React to a Message
Add or remove an emoji reaction to a previously sent message.
Headers
PINNACLE-API-KEY
Request
This endpoint expects an object.
messageId
Unique identifier of the message.
reaction
Unicode emoji to add.
Use null
to remove existing reaction.
options
Response
Successfully added or removed a reaction from the message.
messageId
ID of the message.
reactionMessageId
Unique identifier for the reaction.