updateUserMessage

abstract fun updateUserMessage(messageId: Long, message: String)

Updates a message with a given messageId and message.

Since

1.0.0

Parameters

messageId

The message id to update.

message

A new message to update to.