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

x/mtkruto/tl/2_types.ts>UpdateBotMessageReactions_

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateBotMessageReactions_
extends _Update_
import { UpdateBotMessageReactions_ } from "https://deno.land/x/mtkruto@0.1.139/tl/2_types.ts";

Constructors

new
UpdateBotMessageReactions_(params: { peer: enums.Peer; msg_id: number; date: number; reactions: Array<enums.ReactionCount>; qts: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
date: number
msg_id: number
peer: enums.Peer
qts: number
reactions: Array<enums.ReactionCount>

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc