Add reaction to message
POST/reaction.add
Add a reaction to a message in a chat.
To react to a thread reply, provide the threadTimestamp of the parent message
and the timestamp of the specific reply.
Access: The organization bot or personal-token owner must be a
member of the chat (403 not_in_chat otherwise).
Required scope: chat:send_message or chat:write
OpenAPI Spec: chat-v1.json
Request
Responses
- 200
- 400
- 401
- 403
- 405
- 500
Reaction successfully added
Bad request. Common causes:
- Message not found
- Invalid reaction name
Presented invalid authentication credentials.
Not a member of this chat (not_in_chat). Organization and personal
tokens both require membership to add a reaction.
An unsupported method was requested.
An internal error occurred.