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>UpdateBotMessageReaction_

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

Bots only: a user has changed their reactions on a message with public reactions.

Constructors

new
UpdateBotMessageReaction_(params: { peer: enums.Peer; msg_id: number; date: number; actor: enums.Peer; old_reactions: Array<enums.Reaction>; new_reactions: Array<enums.Reaction>; qts: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
actor: enums.Peer

The user that (un)reacted to the message.

date: number

Date of the change.

msg_id: number

ID of the reacted-to message.

new_reactions: Array<enums.Reaction>

New reactions

old_reactions: Array<enums.Reaction>

Old reactions

peer: enums.Peer

Peer of the reacted-to message.

qts: number

QTS event sequence identifier

Static Properties

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