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

A bot command.

Properties

command: string

The command's name.

description: string

The command's description.