Skip to main content
Module

x/mtkruto/2_tl.ts>Api.updateBotMessageReaction

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface Api.updateBotMessageReaction
import { type Api } from "https://deno.land/x/mtkruto@0.2.24/2_tl.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