Editing and Deleting Messages

Edit

You can only perform edit operations on your own messages. To edit your message, use updateMessage.

Delete

You can only perform delete operations on your own messages. Once the operation is complete, the message's editedAt will be set to the current time. This allows you to provide UI to the user to inform the user of specific messages that has been edited, if needed. An optional completion block can be provided to notify you of operation success.

Last updated