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.2/src/tl/mod.ts";
const { SetBotCommands } = Api.bots;
Properties
commands: Api.TypeBotCommand[]
scope: Api.TypeBotCommandScope
Static Methods
fromReader(reader: Reader): SetBotCommands