UpdateGuildSettingsRequest constructor
const
UpdateGuildSettingsRequest({
- required SnowflakeType guildId,
- GuildVerificationLevel? verificationLevel,
- GuildMfaLevel? mfaLevel,
- NsfwLevel? nsfwLevel,
- bool? nsfw,
- ContentWarningLevel? contentWarningLevel,
- String? contentWarningText,
- GuildExplicitContentFilter? explicitContentFilter,
- DefaultMessageNotifications? defaultMessageNotifications,
- GuildOperations? disabledOperations,
Implementation
const UpdateGuildSettingsRequest({
required this.guildId,
this.verificationLevel,
this.mfaLevel,
this.nsfwLevel,
this.nsfw,
this.contentWarningLevel,
this.contentWarningText,
this.explicitContentFilter,
this.defaultMessageNotifications,
this.disabledOperations,
});