UserUpdateWithVerificationRequest constructor
const
UserUpdateWithVerificationRequest({
- UsernameType? username,
- String? discriminator,
- String? globalName,
- EmailType? email,
- PasswordType? newPassword,
- PasswordType? password,
- Base64ImageType? avatar,
- Base64ImageType? banner,
- String? bio,
- String? pronouns,
- int? accentColor,
- bool? hasDismissedPremiumOnboarding,
- bool? hasUnreadGiftInventory,
- MentionReplyPreferences? mentionFlags,
- String? emailToken,
- UserUpdateWithVerificationRequestMfaMethodMfaMethod? mfaMethod,
- String? mfaCode,
- dynamic webauthnResponse,
- 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,
});