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

x/mtkruto/tl/3_functions.ts>help_setBotUpdatesStatus_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class help_setBotUpdatesStatus_
extends Function_<boolean>
import { help_setBotUpdatesStatus_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Informs the server about the number of pending bot updates if they haven't been processed for a long time; for bots only

Constructors

new
help_setBotUpdatesStatus_(params: { pending_updates_count: number; message: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
message: string

Error message, if present

pending_updates_count: number

Number of pending updates

Static Properties

__F: (params: { pending_updates_count: number; message: string; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc