OnMessagesDeleted

class OnMessagesDeleted(val messageContext: <Error class: unknown class>, val channel: ChatGroupChannel, val deletedMessages: List<ChatBaseMessage>) : MessagesEvent

Represents the event received from MessageCollectionHandler.onMessagesDeleted.

Since

1.0.0-beta.1

Constructors

Link copied to clipboard
constructor(messageContext: <Error class: unknown class>, channel: ChatGroupChannel, deletedMessages: List<ChatBaseMessage>)

Properties

Link copied to clipboard
open override val channel: ChatGroupChannel

Represents the channel where the messages are loaded from.

Link copied to clipboard

The deleted messages.

Link copied to clipboard
val messageContext: <Error class: unknown class>

The context from MessageCollectionHandler.onMessagesDeleted.

Functions

Link copied to clipboard
open override fun toString(): String