Preparing search index...
The search index is not available
tdjson
tdjson
BotCommand
Interface BotCommand
Represents a command supported by a bot.
interface
BotCommand
{
@type
:
"botCommand"
;
command
:
string
;
description
:
string
;
}
Index
Properties
@type
command
description
Properties
@type
@type
:
"botCommand"
command
command
:
string
Text of the bot command.
description
description
:
string
Represents a command supported by a bot.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
@type
command
description
tdjson
Loading...
Represents a command supported by a bot.