GuildDeleteRequest constructor
const
GuildDeleteRequest({
- PasswordType? password,
- GuildDeleteRequestMfaMethodMfaMethod? mfaMethod,
- String? mfaCode,
- dynamic webauthnResponse,
- String? webauthnChallenge,
Implementation
const GuildDeleteRequest({
this.password,
this.mfaMethod,
this.mfaCode,
this.webauthnResponse,
this.webauthnChallenge,
});