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