GuildInviteResponseGuild constructor
const
GuildInviteResponseGuild({
- required String id,
- required String name,
- required GuildInviteResponseGuildSplashCardAlignmentSplashCardAlignment splashCardAlignment,
- required List<
GuildFeatureSchema> features, - String? icon,
- String? banner,
- Int32Type? bannerWidth,
- Int32Type? bannerHeight,
- String? splash,
- Int32Type? splashWidth,
- Int32Type? splashHeight,
- String? embedSplash,
- Int32Type? embedSplashWidth,
- Int32Type? embedSplashHeight,
Implementation
const GuildInviteResponseGuild({
required this.id,
required this.name,
required this.splashCardAlignment,
required this.features,
this.icon,
this.banner,
this.bannerWidth,
this.bannerHeight,
this.splash,
this.splashWidth,
this.splashHeight,
this.embedSplash,
this.embedSplashWidth,
this.embedSplashHeight,
});