MessageEdited

class MessageEdited : MessageObserver.MessageUpdated

The message has been edited. Developer could call {@link Message#update(MessageEdited)} to update original message.

Since

2.8.0

Functions

Link copied to clipboard
open override fun getActorId(): String?

Returns the identifier of the user that caused the event to be sent. For example, for a messsage received event, the author of the message will be the actor. For a membership deleted event, the actor is the person who removed the user from space.

Link copied to clipboard
fun getMessage(): Message?

Returns the message edited.

Link copied to clipboard
fun getMessageId(): String?

Return id of the updated message.