interface BotCommandRe-exportimport { type BotCommand } from "https://deno.land/x/grammy@v1.31.0/types.web.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.