getChannelRoles method

查询某频道下的身份组信息列表

Implementation

Future<NIMResult<QChatGetChannelRolesResult>> getChannelRoles(
    QChatGetChannelRolesParam param) {
  return _platform.getChannelRoles(param);
}