updateUserMessage

open fun updateUserMessage(    messageId: Long,     @NonNull params: UserMessageUpdateParams,     @Nullable handler: OnCompleteHandler)

Updates a text message with messageId.

Parameters

messageId

ID of message to be updated

params

Parameters to be applied to the message

handler

Callback handler called when this method is completed since 3.0.0