BotCommandFullInfo

data class BotCommandFullInfo(val key: CommandsKeeperKey, val command: BotCommand)

Full info about the command its key and the command itself

See also

Constructors

Link copied to clipboard
fun BotCommandFullInfo(command: BotCommand)
Link copied to clipboard
fun BotCommandFullInfo(key: CommandsKeeperKey, command: BotCommand)

Properties

Link copied to clipboard
val command: BotCommand
Link copied to clipboard
val key: CommandsKeeperKey

Sources

Link copied to clipboard