update

suspend fun Messages.update(updatedMessage: Message, operationDescription: String? = null, operationMetadata: Map<String, String>? = null): Message

Update a message in the chat room.

Parameters

updatedMessage

The updated copy of the message created using the message.copy method.

operationDescription

Optional description for the update action.

operationMetadata

Optional metadata for the update action.

See also