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);