Skip to main content
Module

x/mtkruto/tl/2_types.ts>UpdateBotCommands

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateBotCommands
extends _TypeUpdate
import { UpdateBotCommands } from "https://deno.land/x/mtkruto@0.0.999/tl/2_types.ts";

Constructors

new
UpdateBotCommands(params: { peer: TypePeer; botId: bigint; commands: Array<TypeBotCommand>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
botId: bigint
commands: Array<TypeBotCommand>
peer: TypePeer

Static Properties

readonly
[paramDesc]: ParamDesc