Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/mod.ts>Client#removeReaction

[WIP] 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.139/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.