Edit a message
$ beeper-desktop-cli messages update
PUT/v1/chats/{chatID}/messages/{messageID}
Edit the text content of an existing message. Messages with attachments cannot be edited.
Edit a message
beeper-desktop-cli messages update \
--access-token 'My Access Token' \
--chat-id '!NCdzlIaMjZUmvmvyHU:beeper.com' \
--message-id messageID \
--text x{
"chatID": "!signal_adamvy:local-signal.localhost",
"messageID": "1343993",
"success": true
}Returns Examples
{
"chatID": "!signal_adamvy:local-signal.localhost",
"messageID": "1343993",
"success": true
}