getExistingChannelBlackWhiteRoles method

Future<NIMResult<QChatGetExistingChannelBlackWhiteRolesResult>> getExistingChannelBlackWhiteRoles(
  1. QChatGetExistingChannelBlackWhiteRolesParam param
)

批量查询频道黑白名单身份组列表

Implementation

Future<NIMResult<QChatGetExistingChannelBlackWhiteRolesResult>>
    getExistingChannelBlackWhiteRoles(
        QChatGetExistingChannelBlackWhiteRolesParam param) {
  return _platform.getExistingChannelBlackWhiteRoles(param);
}