Skip to main content
Module

x/grammy_types/manage.ts>BotCommand

Types for the Telegram Bot API
Very Popular
Go to Latest
interface BotCommand
import { type BotCommand } from "https://deno.land/x/grammy_types@v3.1.2/manage.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.