Chat Flutter v3
Chat Flutter
Chat
Flutter
Version 3
Home
/
Chat
/
Flutter
/
Message
Delete a message
Copy link
Users can delete any message they themselves have sent. An error is returned if a user attempts to delete messages sent by other users. Also channel operators can delete any messages in a channel.
After a message is successfully deleted, the onMessageDeleted()
method in the channel event handler is invoked on all users' devices including the device where the message was deleted.