GuildUpdateResponseGuild constructor
const
GuildUpdateResponseGuild({
- required SnowflakeType id,
- required String name,
- required List<
String> features, - required SnowflakeType ownerId,
- required String? icon,
- required String? banner,
- required Int32Type memberCount,
- NsfwLevel? nsfwLevel,
- bool? nsfw,
- ContentWarningLevel? contentWarningLevel,
- String? contentWarningText,
Implementation
const GuildUpdateResponseGuild({
required this.id,
required this.name,
required this.features,
required this.ownerId,
required this.icon,
required this.banner,
required this.memberCount,
this.nsfwLevel,
this.nsfw,
this.contentWarningLevel,
this.contentWarningText,
});