ultra-telegram-framework
Preparing search index...
types/telegram
RichTextBotCommand
Interface RichTextBotCommand
A bot command.
interface
RichTextBotCommand
{
bot_command
:
string
;
text
:
RichText
;
type
:
string
;
}
Index
Properties
bot_
command
text
type
Properties
bot_
command
bot_command
:
string
The bot command
text
text
:
RichText
The text
type
type
:
string
Type of the rich text, always "bot_command"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bot_
command
text
type
ultra-telegram-framework
Loading...
A bot command.