telegramx.js

RichTextBotCommand

interface

A bot command.

Declaration

interface RichTextBotCommand 

Properties

bot_commandproperty#
bot_command: string;

The bot command

textproperty#
text: RichText;

The text

typeproperty#
type: 'bot_command';

Type of the rich text, always "bot_command"