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())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isCompress: Boolean = true

是否压缩数据。

Link copied to clipboard

缓存对象信息的同步周期