Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateBotStopped

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.UpdateBotStopped
extends _TypeUpdate
import { types } from "https://deno.land/x/mtkruto@0.1.119/mod.ts";
const { UpdateBotStopped } = types;

Constructors

new
UpdateBotStopped(params: { userId: bigint; date: number; stopped: boolean; qts: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
date: number
qts: number
stopped: boolean
userId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc