export abstract class AnonymousGuild extends BaseGuild
Bundles common attributes and methods between Guild and InviteGuild
`${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
GuildNSFWLevel nsfwLevel :
The NSFW level of this guild
GuildVerificationLevel verificationLevel :
The verification level of the guild
bannerURLoptions?: ImageURLOptions) : string | null (
options?: ImageURLOptions
The URL to this guild's banner.
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.