QChatUpdateChannelRoleParam constructor

QChatUpdateChannelRoleParam(
  1. int serverId,
  2. int channelId,
  3. int roleId,
  4. Map<QChatRoleResource, QChatRoleOption> resourceAuths,
)

Implementation

QChatUpdateChannelRoleParam(
    this.serverId, this.channelId, this.roleId, this.resourceAuths);