onMessageUpdate

abstract fun onMessageUpdate(handler: suspend (Message) -> Unit)(source)

Called when a message has been updated.

Parameters

handler

The updated message.