contactCount

open suspend override fun contactCount(): Int(source)

获取好友的数量。

OneBot11中没有直接获取的API,因此会通过 contacts 获取全部列表并从内存中计数来达成此功能。