loadChats

abstract fun loadChats()

加载全部会话

注:不推荐使用,如果一定要使用,建议细分场景后再实现


abstract fun loadChats(chatIds: Collection<String>)

加载对应chatIds的全部会话