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