Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/mod.ts>Api.updateBotMessageReaction

Cross-runtime JavaScript library for building Telegram clients
Latest
interface Api.updateBotMessageReaction
import { type Api } from "https://deno.land/x/mtkruto@0.6.3/mod.ts";
const { updateBotMessageReaction } = Api;

Properties

_: "updateBotMessageReaction"
peer: Peer
msg_id: number
date: number
actor: Peer
old_reactions: Array<Reaction>
new_reactions: Array<Reaction>
qts: number