title: Delete Own Reaction category: Channel
deleteOwnReaction
$client->channel->deleteOwnReaction($parameters);
Delete a reaction the current user has made for the message.
Name | Type | Required | Default |
---|---|---|---|
channel.id | snowflake | true | null |
message.id | snowflake | true | null |
emoji | string | true | null |
Returns a 204 empty response on success.