GuildDeleteRequest constructor

const GuildDeleteRequest({
  1. PasswordType? password,
  2. GuildDeleteRequestMfaMethodMfaMethod? mfaMethod,
  3. String? mfaCode,
  4. dynamic webauthnResponse,
  5. String? webauthnChallenge,
})

Implementation

const GuildDeleteRequest({
  this.password,
  this.mfaMethod,
  this.mfaCode,
  this.webauthnResponse,
  this.webauthnChallenge,
});