class tl.Api.bots.GetBotCommands
extends Request<Partial<{ scope: Api.TypeBotCommandScope; langCode: string; }>, Api.TypeBotCommand[]>
import { tl } from "https://deno.land/x/grm@0.5.2/src/mod.ts";
const { GetBotCommands } = tl.Api.bots;
Static Methods
fromReader(reader: Reader): GetBotCommands