Skip to main content
Deno 2 is finally 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.1.157/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.

Returns

Promise<void>