onMessageDeleted

open fun onMessageDeleted(channel: BaseChannel, msgId: Long)

A callback for when a message is deleted.

Parameters

channel

The channel the deleted message belongs to.

msgId

The ID of the deleted message.