removeUserReaction

Undo a reaction by another user.

Parameters

chatId: ID

The identifier of the chat which the message belongs to.

messageId: number

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

userId: ID

The identifier of the user who made the reaction.

Result

void

Syntax

await client.removeUserReaction(chatId, messageId, userId);