TgConfigProperties
@ConfigurationProperties(prefix = "ktgram")
Configuration properties for KtGram.
Constructors
Link copied to clipboard
@ConstructorBinding
Types
Link copied to clipboard
data class BotProperties(val token: String, val pckg: String? = null, val identifier: String = "KtGram")
Configuration properties for a bot.