GuildUpdateRequest constructor
const
GuildUpdateRequest({
- String? name,
- Base64ImageType? icon,
- SnowflakeType? systemChannelId,
- SystemChannelFlags? systemChannelFlags,
- SnowflakeType? afkChannelId,
- int? afkTimeout,
- DefaultMessageNotifications? defaultMessageNotifications,
- GuildVerificationLevel? verificationLevel,
- GuildMfaLevel? mfaLevel,
- NsfwLevel? nsfwLevel,
- bool? nsfw,
- ContentWarningLevel? contentWarningLevel,
- String? contentWarningText,
- GuildExplicitContentFilter? explicitContentFilter,
- Base64ImageType? banner,
- Base64ImageType? splash,
- Base64ImageType? embedSplash,
- GuildUpdateRequestSplashCardAlignmentSplashCardAlignment? splashCardAlignment,
- List<
GuildFeatureSchema> ? features, - DateTime? messageHistoryCutoff,
- PasswordType? password,
- GuildUpdateRequestMfaMethodMfaMethod? mfaMethod,
- String? mfaCode,
- dynamic webauthnResponse,
- String? webauthnChallenge,
Implementation
const GuildUpdateRequest({
this.name,
this.icon,
this.systemChannelId,
this.systemChannelFlags,
this.afkChannelId,
this.afkTimeout,
this.defaultMessageNotifications,
this.verificationLevel,
this.mfaLevel,
this.nsfwLevel,
this.nsfw,
this.contentWarningLevel,
this.contentWarningText,
this.explicitContentFilter,
this.banner,
this.splash,
this.embedSplash,
this.splashCardAlignment,
this.features,
this.messageHistoryCutoff,
this.password,
this.mfaMethod,
this.mfaCode,
this.webauthnResponse,
this.webauthnChallenge,
});