React to a chat message

PATCH {{baseUrl}}/chat/users/:userId/messages/:messageId/emoji_reactions

Adds or removes an emoji to a chat message.

For an account-level OAuth app , this API can only be used on behalf of a user who is assigned with a role that has the Edit permission for Chat Messages .

Scopes: chat_message:write , chat_message:write:admin
Rate Limit Label : Medium

Request Body

{"action"=>"remove", "emoji"=>"<string>", "to_channel"=>"<string>", "to_contact"=>"<email>"}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | |

RESPONSES

status: ``