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

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

A bot was stopped or re-started.

Constructors

new
UpdateBotStopped_(params: { user_id: bigint; date: number; stopped: boolean; qts: number; })

Properties

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

When did this action occur

qts: number

New qts value, see updates » for more info.

stopped: boolean

Whether the bot was stopped or started

user_id: bigint

The user ID

Static Properties

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