BotProperties

data class BotProperties(val token: String, val pckg: String? = null, val identifier: String = "KtGram")(source)

Configuration properties for a bot.

Constructors

Link copied to clipboard
constructor(token: String, pckg: String? = null, identifier: String = "KtGram")

Properties

Link copied to clipboard

The identifier for this bot configuration.

Link copied to clipboard
val pckg: String? = null

The package name for the bot.

Link copied to clipboard

The bot token.