QChatUpdateChannelRoleAuthsAttachment constructor

QChatUpdateChannelRoleAuthsAttachment({
  1. int? roleId,
  2. int? serverId,
  3. int? channelId,
  4. int? parentRoleId,
  5. Map<QChatRoleResource, QChatRoleOption>? updateAuths,
})

Implementation

QChatUpdateChannelRoleAuthsAttachment(
    {this.roleId,
    this.serverId,
    this.channelId,
    this.parentRoleId,
    this.updateAuths});