QChatUpdateMemberRoleParam constructor

QChatUpdateMemberRoleParam(
  1. int serverId,
  2. int channelId,
  3. String accid,
  4. Map<QChatRoleResource, QChatRoleOption> resourceAuths,
)

Implementation

QChatUpdateMemberRoleParam(
    this.serverId, this.channelId, this.accid, this.resourceAuths);