Toggle Message Reaction
Chat β Messages
Toggle Message Reaction
Add or remove an emoji reaction on a chat message
POST
Toggle Message Reaction
Toggles an emoji reaction on a message. If the current user has not yet reacted with this emoji, the reaction is added. If they already have, it is removed. The caller must be an active member. TheDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
emoji must be exactly one grapheme cluster (a single visible character, including multi-codepoint emoji like π¨βπ©βπ§).
Path Parameters
The ID of the conversation.
The ID of the message to react to.
Body Parameters
The emoji to toggle. Must be exactly one grapheme cluster.
Response
Updated emoji reaction counts for this message (e.g.
{ "π": 3, "β€οΈ": 1 }).The current userβs full set of reactions on this message after the toggle.
1 if a reaction was added, -1 if removed.Error Responses
Invalid Emoji β 400 Bad Request
Invalid Emoji β 400 Bad Request
Forbidden β 403
Forbidden β 403
Not Found β 404
Not Found β 404

