updateUserMessage

protected open fun updateUserMessage(messageId: Long, @NonNull params: UserMessageUpdateParams)

Updates a UserMessage that was previously sent in the channel.

Parameters

messageId

The ID of the message. This must be a message that exists in the channel's history, or an error will be returned.

params

Params of a message. Refer to UserMessageUpdateParams. since 1.0.4