Back
patch /v2/rooms/{roomId}/messages/{messageId}

Edit message

Edits a sent message. Provide sent_at inside the EditMessageContent body to identify the sent message. Include thread_root_message_id when editing a message in a thread.

path params

roomIdstring required
messageIdstring required

Request body

sentAt String required

threadParentMessageId String

richContent Object required

fileIds Array of String

threadRootMessageId String

Responses

Was this guide helpful?