deleteUserReaction
$client->channel->deleteUserReaction($parameters);
Description
Deletes another user's reaction. This endpoint requires the 'MANAGE_MESSAGES' permission to be present on the current user.
Parameters
Name | Type | Required | Default |
---|---|---|---|
channel.id | snowflake | true | null |
message.id | snowflake | true | null |
emoji | string | true | null |
user.id | snowflake | true | null |
Response
Returns a 204 empty response on success.