Config
data class Config(val isCompress: Boolean = true, val syncPeriods: KookComponentBotConfiguration.SyncPeriods = KookComponentBotConfiguration.SyncPeriods())
在 KookBotVerifyInfoConfiguration 中除了必须的bot信息以外的可选配置信息。
Constructors
Link copied to clipboard
fun Config(isCompress: Boolean = true, syncPeriods: KookComponentBotConfiguration.SyncPeriods = KookComponentBotConfiguration.SyncPeriods())