export abstract class AnonymousGuild extends BaseGuild
Bundles common attributes and methods between Guild and InviteGuild
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
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
GuildVerificationLevel verificationLevel :
The verification level of the guild
readonlyboolean verified :
Whether this guild is verified
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.