Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.1.157/types/0_bot_command.ts";

A bot command.

Properties

command: string

The command's name.

description: string

The command's description.