UserUpdateWithVerificationRequest constructor

const UserUpdateWithVerificationRequest({
  1. UsernameType? username,
  2. String? discriminator,
  3. String? globalName,
  4. EmailType? email,
  5. PasswordType? newPassword,
  6. PasswordType? password,
  7. Base64ImageType? avatar,
  8. Base64ImageType? banner,
  9. String? bio,
  10. String? pronouns,
  11. int? accentColor,
  12. bool? premiumBadgeHidden,
  13. bool? premiumBadgeMasked,
  14. bool? premiumBadgeTimestampHidden,
  15. bool? premiumBadgeSequenceHidden,
  16. bool? premiumEnabledOverride,
  17. bool? hasDismissedPremiumOnboarding,
  18. bool? hasUnreadGiftInventory,
  19. MentionReplyPreferences? mentionFlags,
  20. String? emailToken,
  21. UserUpdateWithVerificationRequestMfaMethodMfaMethod? mfaMethod,
  22. String? mfaCode,
  23. dynamic webauthnResponse,
  24. String? webauthnChallenge,
})

Implementation

const UserUpdateWithVerificationRequest({
  this.username,
  this.discriminator,
  this.globalName,
  this.email,
  this.newPassword,
  this.password,
  this.avatar,
  this.banner,
  this.bio,
  this.pronouns,
  this.accentColor,
  this.premiumBadgeHidden,
  this.premiumBadgeMasked,
  this.premiumBadgeTimestampHidden,
  this.premiumBadgeSequenceHidden,
  this.premiumEnabledOverride,
  this.hasDismissedPremiumOnboarding,
  this.hasUnreadGiftInventory,
  this.mentionFlags,
  this.emailToken,
  this.mfaMethod,
  this.mfaCode,
  this.webauthnResponse,
  this.webauthnChallenge,
});