Skip to main content
Module

x/grm/mod.ts>Api.bots.GetBotCommands

MTProto API Client for Deno 🦕
Go to Latest
class Api.bots.GetBotCommands
extends Request<Partial<{ scope: Api.TypeBotCommandScope; langCode: string; }>, Api.TypeBotCommand[]>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { GetBotCommands } = Api.bots;

Properties

className: "bots.GetBotCommands"
classType: "request"
CONSTRUCTOR_ID: 3813412310
langCode: string
scope: Api.TypeBotCommandScope
SUBCLASS_OF_ID: 4209579305

Static Methods

fromReader(reader: Reader): GetBotCommands