removeReaction

Undo a reaction made to a message.

Parameters

chatId: number

The identifier of the chat which the message belongs to.

messageId: number

The identifier of the message which the reaction was made to.

reaction: Reaction

The reaction to remove.

Result

void

Syntax

await client.removeReaction(chatId, messageId, reaction);