toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types
/
BotCommand
Bot
Command
@
Serializable
data
class
BotCommand
(
val
command
:
String
,
val
description
:
String
)
Members
Constructors
Bot
Command
Link copied to clipboard
constructor
(
command
:
String
,
description
:
String
)
Properties
command
Link copied to clipboard
@
SerialName
(
value
=
"command"
)
val
command
:
String
description
Link copied to clipboard
@
SerialName
(
value
=
"description"
)
val
description
:
String