contactListCache

inline fun contactListCache(action: BotConfiguration.ContactListCache.() -> Unit)

配置 ContactListCache

contactListCache {
saveIntervalMillis = 30_000
friendListCacheEnabled = true
}

Since

2.4


var contactListCache: BotConfiguration.ContactListCache

联系人信息缓存配置. 将会保存在 cacheDircontacts 目录

Since

2.4