class Api.BotCommand extends VirtualClass<{ command: string; description: string; }>import { Api } from "https://deno.land/x/grm@0.5.2/mod.ts"; const { BotCommand } = Api; PropertiesclassName: "BotCommand"classType: "constructor"command: stringCONSTRUCTOR_ID: 3262826695description: stringSUBCLASS_OF_ID: 236872386Static MethodsfromReader(reader: Reader): BotCommand