removeUserReactions

Undo recent reactions to messages made by another user.

Parameters

chatId: ID

The identifier of the chat which the messages belongs to.

userId: ID

The identifier of the user who made the reactions.

Result

void

Syntax

await client.removeUserReactions(chatId, userId);