plagubot.plugins.commands
0.3.0
plagubot.plugins.commands
/
dev.inmo.plagubot.plugins.commands
/
BotCommandFullInfo
Bot
Command
Full
Info
data
class
BotCommandFullInfo
(
val
key
:
CommandsKeeperKey
,
val
command
:
BotCommand
)
Content copied to clipboard
Full info about the command its
key
and the
command
itself
Constructors
Properties
Sources
See also
See also
full
Constructors
Bot
Command
Full
Info
Link copied to clipboard
fun
BotCommandFullInfo
(
command
:
BotCommand
)
Content copied to clipboard
Bot
Command
Full
Info
Link copied to clipboard
fun
BotCommandFullInfo
(
key
:
CommandsKeeperKey
,
command
:
BotCommand
)
Content copied to clipboard
Properties
command
Link copied to clipboard
val
command
:
BotCommand
Content copied to clipboard
key
Link copied to clipboard
val
key
:
CommandsKeeperKey
Content copied to clipboard
Sources
jvm source
Link copied to clipboard