interface BotCommandimport { type BotCommand } from "https://dotland.deno.dev/x/grammy@v1.15.2/types.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. import BotCommandimport { BotCommand } from "https://dotland.deno.dev/x/grammy@v1.15.2/types.ts";