class InviteGuild
extends
AnonymousGuildexport class InviteGuild extends AnonymousGuild
Represents a guild received from an invite, includes welcome screen data if available.
optionalstring banner? :
The hash of the guild banner
readonlyClient client :
The client that instantiated this
readonlyDate createdAt :
The time this guild was created at
readonlynumber createdTimestamp :
The timestamp this guild was created at
optionalstring description? :
The description of the guild, if any
Array<GuildFeature> features :
An array of features available to this guild
optionalstring icon? :
The icon hash of this guild
Snowflake id :
The guild's id
string name :
The name of this guild
readonlystring nameAcronym :
The acronym that shows up in place of a guild icon
GuildNSFWLevel nsfwLevel :
The NSFW level of this guild
readonlyboolean partnered :
Whether this guild is partnered
optionalnumber premiumSubscriptionCount? :
The total number of boosts for this server
optionalstring splash? :
The hash of the guild invite splash image
optionalstring vanityURLCode? :
The vanity invite code of the guild, if any
GuildVerificationLevel verificationLevel :
The verification level of the guild
readonlyboolean verified :
Whether this guild is verified
WelcomeScreen | null welcomeScreen :
The welcome screen for this invite guild
bannerURLoptions?: ImageURLOptions) : string | null (
The URL to this guild's banner.
Inherited from: AnonymousGuild
iconURLoptions?: ImageURLOptions) : string | null (
The URL to this guild's icon.
Inherited from: BaseGuild
splashURLoptions?: ImageURLOptions) : string | null (
The URL to this guild's invite splash image.
Inherited from: AnonymousGuild