Remove reaction from message
POST/reaction.remove
Remove a reaction from a message in a chat.
Only reactions added by the authenticated app can be removed.
To remove a reaction from a thread reply, provide the threadTimestamp of the parent message
and the timestamp of the specific reply.
Required scope: chat:send_message or chat:write
OpenAPI Spec: chat-v1.json
Request
Responses
- 200
- 400
- 401
- 403
- 405
- 500
Reaction successfully removed
Bad request. Common causes:
- Message not found
- Reaction not found
Presented invalid authentication credentials.
Forbidden. Common causes:
- Bot does not have access to this chat
- Reaction was not added by this app
An unsupported method was requested.
An internal error occurred.