onMessageUpdated

open fun onMessageUpdated(channel: BaseChannel, message: BaseMessage)

A callback for when a message is updated.

Since

3.0.27

Parameters

channel

The channel the updated message belongs to.

message

The updated message.