Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/types/0_bot_command.ts>BotCommand

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface BotCommand
import { type BotCommand } from "https://deno.land/x/mtkruto@0.2.24/types/0_bot_command.ts";

A bot command.

Properties

command: string

The command's name.

description: string

The command's description.