Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grammy_menu/deps.deno.ts>BotCommand

Interactive menus for grammY.
Go to Latest
interface BotCommand
Re-export
import { type BotCommand } from "https://deno.land/x/grammy_menu@v1.2.2/deps.deno.ts";

This object represents a bot command.

Properties

command: string

Text of the command; 1-32 characters. Can contain only lowercase English letters, digits and underscores.

description: string

Description of the command; 1-256 characters.