updateChannelRole method

Future<NIMResult<QChatUpdateChannelRoleResult>> updateChannelRole(
  1. QChatUpdateChannelRoleParam param
)

修改频道下某身份组的权限

Implementation

Future<NIMResult<QChatUpdateChannelRoleResult>> updateChannelRole(
    QChatUpdateChannelRoleParam param) {
  return _platform.updateChannelRole(param);
}