Abstract
Bundles common attributes and methods between Guild and InviteGuild
Extends
BaseGuildConstructs a new instance of the
AnonymousGuild
className | Type | Optional | Description |
---|---|---|---|
client | Client<true> | No | None |
data | RawAnonymousGuildData | No | None |
immediatePatch | boolean | Yes | None |
The time this guild was created at
Inherited from BaseGuildThe timestamp this guild was created at
Inherited from BaseGuildAn array of features available to this guild
Inherited from BaseGuildThe icon hash of this guild
Inherited from BaseGuildThe name of this guild
Inherited from BaseGuildThe acronym that shows up in place of a guild icon
Inherited from BaseGuildWhether this guild is partnered
Inherited from BaseGuildWhether this guild is verified
Inherited from BaseGuildThe URL to this guild's banner.
Returns
Name | Type | Optional | Description |
---|---|---|---|
options | ImageURLOptions | Yes | Options for the image URL |
Fetches this guild.
Inherited from BaseGuildThe URL to this guild's icon.
Returns
Name | Type | Optional | Description |
---|---|---|---|
options | ImageURLOptions | Yes | Options for the image URL |
The URL to this guild's invite splash image.
Returns
Name | Type | Optional | Description |
---|---|---|---|
options | ImageURLOptions | Yes | Options for the image URL |
Name | Type | Optional | Description |
---|---|---|---|
...props | Record<string, boolean | string>[] | No | None |
When concatenated with a string, this automatically returns the guild's name instead of the Guild object.
Inherited from BaseGuild