group

abstract suspend fun group(id: ID): ChatGroup?(source)

根据ID寻找指定的聊天群。如果找不到则得到 null

如果实现者不支持也可能始终得到 null