Chat iOS v4
Chat iOS
Chat
iOS
Version 4
Home
/
Chat
/
iOS
/
Message
Update a message
Copy link
A user can update any of their own text and file messages sent using UserMessageUpdateParams
and FileMessageUpdateParams
. An error is returned if a user attempts to update another user's messages. In addition, channel operators can update any messages sent in the channel.
User message
Copy link
File message
Copy link
If a message is updated, the channel(_:didUpdate:)
method in channel delegate will be invoked on all users' devices except the one that updated the message.
Open channel
Copy link
Group channel
Copy link