BotCommand

@Serializable
data class BotCommand(val command: String, val description: String)

Constructors

Link copied to clipboard
constructor(command: String, description: String)

Properties

Link copied to clipboard
Link copied to clipboard