class InviteGuild
extends
AnonymousGuildexport class InviteGuild extends AnonymousGuild
Represents a guild received from an invite, includes welcome screen data if available.
`${GuildFeature}`[] features :
An array of features available to this guild
Inherited from: BaseGuild
readonlystring nameAcronym :
The acronym that shows up in place of a guild icon
Inherited from: BaseGuild
The total number of boosts for this server
Inherited from: AnonymousGuild
The vanity invite code of the guild, if any
Inherited from: AnonymousGuild
GuildVerificationLevel verificationLevel :
The verification level of the guild
Inherited from: AnonymousGuild
WelcomeScreen | null welcomeScreen :
The welcome screen for this invite guild
bannerURLoptions?: ImageURLOptions) : string | null (
options?: ImageURLOptions
The URL to this guild's banner.
Inherited from: AnonymousGuild
iconURLoptions?: ImageURLOptions) : string | null (
options?: ImageURLOptions
The URL to this guild's icon.
Inherited from: BaseGuild
splashURLoptions?: ImageURLOptions) : string | null (
options?: ImageURLOptions
The URL to this guild's invite splash image.
Inherited from: AnonymousGuild