Remove Reaction
This route requires a valid Authorization
header.
DELETE/channels/<channel_id>/messages/<message_id>/reactions
Path Params
Name | Type |
---|---|
channel_id | Number |
message_id | Number |
Request Body
A JSON ReactionEmojiReference
- Custom
Field | Type | Description |
---|---|---|
type | "CUSTOM" | The type of this Reaction Emoji Reference variant. |
emoji | Number | The data of this variant |
- Unicode
Field | Type | Description |
---|---|---|
type | "UNICODE" | The type of this Reaction Emoji Reference variant. |
emoji | String | The data of this variant |
Response
200Message
Field | Type | Description |
---|---|---|
id | Number | The ID of the message. |
author | User | The message’s author. |
content | String? | The message’s content. |
reference? | Message | The message referenced by this message. |
channel | SphereChannel | The channel in which the message is sent. |
attachments | Array of Attachments | The attachments of this message. |
embeds | Array of Embeds | The embeds of this message. |
reactions | Array of Reactions | The reactions of this message. |
_disguise? | MessageDisguise |