Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/mod.ts>Client#removeReaction

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Client.prototype.removeReaction
import { Client } from "https://deno.land/x/mtkruto@0.2.30/mod.ts";

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.