getExistingChannelRolesByServerRoleIds method

通过服务器身份组Id列表查询频道身份组列表

传入服务器Id,频道Id,和一组该服务器下的身份组Id组成的列表, 找出该身份组Id列表中被添加到频道Id所在频道的服务器身份组,并返回这些服务器身份组被添加到频道后的频道身份列表

Implementation

Future<NIMResult<QChatGetExistingChannelRolesByServerRoleIdsResult>>
    getExistingChannelRolesByServerRoleIds(
        QChatGetExistingChannelRolesByServerRoleIdsParam param) {
  return _platform.getExistingChannelRolesByServerRoleIds(param);
}