update
suspend fun Messages.update(updatedMessage: Message, operationDescription: String? = null, operationMetadata: Map<String, String>? = null): Message
Update a message in the chat room.
Parameters
updated Message
The updated copy of the message created using the message.copy method.
operation Description
Optional description for the update action.
operation Metadata
Optional metadata for the update action.