Skip to main content
Module

x/mtkruto/3_types.ts>BotCommand

Cross-runtime JavaScript library for building Telegram clients
Latest
interface BotCommand
import { type BotCommand } from "https://deno.land/x/mtkruto@0.2.30/3_types.ts";

A bot command.

Properties

command: string

The command's name.

description: string

The command's description.