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