onMessageDeleted

abstract fun onMessageDeleted(    @NonNull conversationId: String,     @NonNull deletedMessage: BaseMessage,     deletedMessagePosition: Int)

Called when a message is successfully deleted whether from client to WebChat or the other way around

Parameters

conversationId

The conversation ID

deletedMessage

The deleted message.

deletedMessagePosition

The position of the deleted message