v10

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-02-242335121.2 KB
Messages

Edit a message

Edit the text content of an existing message. Messages with attachments cannot be edited.

put/v1/chats/{chatID}/messages/{messageID}

Path parameters

chatIDstring required

Unique identifier of the chat.

Example:!NCdzlIaMjZUmvmvyHU:beeper.com

Unique identifier of the chat.

messageIDstring required

ID of the message to edit

Request body

textstring required

New text content for the message

Response

Request executed successfully

chatIDstring required

Unique identifier of the chat.

messageIDstring required

Message ID.

successboolean required

Whether the message was successfully edited

Example response

{
  "chatID": "!signal_adamvy:local-signal.localhost",
  "messageID": "1343993",
  "success": true
}