removeUserReaction
Undo a reaction by another user.
Parameters
The identifier of the chat which the message belongs to.
messageId: number
The identifier of the message which the reaction was made to.
The identifier of the user who made the reaction.
Result
void
Syntax
await client.removeUserReaction(chatId, messageId, userId);