Clear Reactions
This route requires a valid Authorization
header.
DELETE/channels/<channel_id>/messages/<message_id>/reactions/clear
Path Params
Name | Type |
---|---|
channel_id | Number |
message_id | Number |
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 |