interface BotCommandRe-exportimport { type BotCommand } from "https://deno.land/x/grammy_types@v3.15.0/mod.ts"; This object represents a bot command. Propertiescommand: stringText of the command; 1-32 characters. Can contain only lowercase English letters, digits and underscores. description: stringDescription of the command; 1-256 characters.