GuildUpdateRequest constructor

const GuildUpdateRequest({
  1. String? name,
  2. Base64ImageType? icon,
  3. SnowflakeType? systemChannelId,
  4. SystemChannelFlags? systemChannelFlags,
  5. SnowflakeType? afkChannelId,
  6. int? afkTimeout,
  7. DefaultMessageNotifications? defaultMessageNotifications,
  8. GuildVerificationLevel? verificationLevel,
  9. GuildMfaLevel? mfaLevel,
  10. NsfwLevel? nsfwLevel,
  11. bool? nsfw,
  12. ContentWarningLevel? contentWarningLevel,
  13. String? contentWarningText,
  14. GuildExplicitContentFilter? explicitContentFilter,
  15. Base64ImageType? banner,
  16. Base64ImageType? splash,
  17. Base64ImageType? embedSplash,
  18. GuildUpdateRequestSplashCardAlignmentSplashCardAlignment? splashCardAlignment,
  19. List<GuildFeatureSchema>? features,
  20. DateTime? messageHistoryCutoff,
  21. PasswordType? password,
  22. GuildUpdateRequestMfaMethodMfaMethod? mfaMethod,
  23. String? mfaCode,
  24. dynamic webauthnResponse,
  25. 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,
});