InviteGuild

export class InviteGuild extends AnonymousGuild
export class InviteGuild extends AnonymousGuild
Represents a guild received from an invite, includes welcome screen data if available.
Readonly
client:Client<true>
The client that instantiated this
Inherited from Base
Readonly
createdAt:Date
The time this guild was created at
Inherited from BaseGuild
Readonly
createdTimestamp:number
The timestamp this guild was created at
Inherited from BaseGuild
description:string | null
The description of the guild, if any
Inherited from AnonymousGuild
features:`${GuildFeature}`[]
An array of features available to this guild
Inherited from BaseGuild
icon:string | null
The icon hash of this guild
Inherited from BaseGuild
The guild's id
Inherited from BaseGuild
name:string
The name of this guild
Inherited from BaseGuild
Readonly
nameAcronym:string
The acronym that shows up in place of a guild icon
Inherited from BaseGuild
nsfwLevel:GuildNSFWLevel
The NSFW level of this guild
Inherited from AnonymousGuild
Readonly
partnered:boolean
Whether this guild is partnered
Inherited from BaseGuild
premiumSubscriptionCount:number | null
The total number of boosts for this server
Inherited from AnonymousGuild
splash:string | null
The hash of the guild invite splash image
Inherited from AnonymousGuild
vanityURLCode:string | null
The vanity invite code of the guild, if any
Inherited from AnonymousGuild
verificationLevel:GuildVerificationLevel
The verification level of the guild
Inherited from AnonymousGuild
Readonly
verified:boolean
Whether this guild is verified
Inherited from BaseGuild
welcomeScreen:WelcomeScreen | null
The welcome screen for this invite guild
bannerURL(options?):string | null
The URL to this guild's banner.
Returns
NameTypeOptionalDescription
optionsImageURLOptionsYesOptions for the image URL
Inherited from AnonymousGuild
fetch():Promise<Guild>
Fetches this guild.
Inherited from BaseGuild
iconURL(options?):string | null
The URL to this guild's icon.
Returns
NameTypeOptionalDescription
optionsImageURLOptionsYesOptions for the image URL
Inherited from BaseGuild
splashURL(options?):string | null
The URL to this guild's invite splash image.
Returns
NameTypeOptionalDescription
optionsImageURLOptionsYesOptions for the image URL
Inherited from AnonymousGuild
toJSON(...props):unknown
NameTypeOptionalDescription
...propsRecord<string, boolean | string>[]NoNone
Inherited from Base
toString():string
When concatenated with a string, this automatically returns the guild's name instead of the Guild object.
Inherited from BaseGuild
valueOf():string