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
Response
Request executed successfully
Example response
{
"chatID": "!signal_adamvy:local-signal.localhost",
"messageID": "1343993",
"success": true
}