Skip to main content
Module

x/mtkruto/mod.ts>BotCommand

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface BotCommand
Re-export
import { type BotCommand } from "https://deno.land/x/mtkruto@0.1.154/mod.ts";

A bot command.

Properties

command: string

The command's name.

description: string

The command's description.