title: Delete All Reactions category: Channel
deleteAllReactions
$client->channel->deleteAllReactions($parameters);
Deletes all reactions on a message. This endpoint requires the 'MANAGE_MESSAGES' permission to be present on the current user.
Name | Type | Required | Default |
---|---|---|---|
channel.id | snowflake | true | null |
message.id | snowflake | true | null |
Possibly No Response