update User Message
fun updateUserMessage(messageId: Long, params: UserMessageUpdateParams, handler: UserMessageHandler?)
Updates a UserMessage
that was previously sent in the channel.
Since
3.0.71
Parameters
message Id
The ID of the message. This must be a message that exists in the channel's history, or an error will be returned.
params
handler
An UserMessageHandler to receive the callback from this method.