updateMessage

abstract suspend fun updateMessage(message: Message)

Updates an existing message with the same Message.id with the specified message. If no message with Message.id exists, the call is ignored.

Note that updates are ignored for all fields except Message.state and Message.contentText.

Parameters

message

The message to update.