Methods

reportReaction

Report a message reaction. USER-ONLY

Parameters

chatId: ID

The identifier of the chat including the messages.

messageId: number

The identifier of the message.

reactionActorId: ID

The identifier of the chat that made the reaction.

Result

void

Syntax

await client.reportReaction(chatId, messageId, reactionActorId);