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