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

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

A channel boost has changed (bots only)

Constructors

new
UpdateBotChatBoost_(params: { peer: enums.Peer; boost: enums.Boost; qts: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
boost: enums.Boost

New boost information

peer: enums.Peer

Channel

qts: number

QTS event sequence identifier

Static Properties

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