Delete Message Event
data class DeleteMessageEvent( val id: String, val messageId: String, val reason: String?, val sendTime: Date, val requestId: String? = null, val attributes: Map<String, String>? = null)
Content copied to clipboard
Represents an event in which IVS informs clients that given message should be deleted from the room due to moderation.