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

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

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.190/tl/2_types.ts";

Bots only: the number of reactions on a message with anonymous reactions has changed.

Constructors

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

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
date: number

Date of the change.

msg_id: number

ID of the reacted-to message.

peer: enums.Peer

Peer of the reacted-to message.

qts: number

QTS event sequence identifier

reactions: Array<enums.ReactionCount>

New reaction counters.

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc