Skip to main content
Module

x/grm/mod.ts>tl.Api.UpdateBotCommands

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.UpdateBotCommands
extends VirtualClass<{ peer: Api.TypePeer; botId: long; commands: Api.TypeBotCommand[]; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { UpdateBotCommands } = tl.Api;

Properties

botId: long
className: "UpdateBotCommands"
classType: "constructor"
commands: Api.TypeBotCommand[]
CONSTRUCTOR_ID: 1299263278
peer: Api.TypePeer
SUBCLASS_OF_ID: 2676568142

Static Methods

fromReader(reader: Reader): UpdateBotCommands