Chat SDKs Flutter v3
Chat SDKs Flutter
Chat SDKs
Flutter
Version 3
Sendbird Chat SDK v3 for Flutter is no longer supported as a new version is released. Check out our latest Chat SDK v4
Update a message
Copy link
A user can update any of their own text and file messages sent using UserMessageParams
and FileMessageParams
. An error is returned if a user attempts to update another user's messages. In addition, channel operators can update any messages sent in a channel.
Note: Starting from Flutter Chat SDK 3.1.0,
UserMessageParams
requires themessage
parameter.
If a message is updated, the onMessageUpdated()
method in the channel event handler is invoked on all users' devices except the one that updated the message.