getExistingServerRolesByAccids method
通过accid查询该accid所属的服务器身份组列表,结果只有自定义身份组,不包含everyone身份组
Implementation
Future<NIMResult<QChatGetExistingServerRolesByAccidsResult>>
getExistingServerRolesByAccids(
QChatGetExistingServerRolesByAccidsParam param) {
return _platform.getExistingServerRolesByAccids(param);
}