Messages
Add a reaction
Add a reaction to an existing message.
post/v1/chats/{chatID}/messages/{messageID}/reactions
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 add a reaction to
Request body
Response
Request executed successfully
Example response
{
"success": true,
"chatID": "!signal_adamvy:local-signal.localhost",
"messageID": "1343993",
"reactionKey": "❤️",
"transactionID": "txn_123"
}