Private constructorThe version of the requested API route
The banner data of the guild
The creation date of the guild
The creation date of the guild as a unix timestamp
Indicates whether the object has the data returned if
GuildRequestOptions.fetchAdditionalStats=true during request
This is used to determine whether `Guild#fetchAdditionalStats()` has an effect.
The level of the guild
The progress of the guild to the next level as a number between 0 and 1
The version of the representation of the data by the wrapper
The maximum member count of the guild (currently uses outdated data)
The members of the guild
The name of the guild
The amount of currently online members
The unix timestamp indicating when this request was received
This is measured using the local clock.
If the response was returned from cache, then requestedAt, respondedAt and receivedAt may be in the past.
The unix timestamp indicating when this request was sent
This is measured using the local clock.
If the response was returned from cache, then requestedAt, respondedAt and receivedAt may be in the past.
The unix timestamp indicating when this request was responded to by the API
This is measured using the API server's clock.
If the response was returned from cache, then requestedAt, respondedAt and receivedAt may be in the past.
The placement in all seasons the guild participated in
The route used to request the data for this object
This is the value used to identify cache entries. API results with the same source can use the cache.
The amount of guild stars displayed in front of the guild's tag in chat
The tag of the guild
The amount of territories the guild currently holds

hasAdditionalStats=true, this is an array of Territories instead.The unix timestamp indicating when the data of this request was created
You can use this timestamp to determine how old a piece of data is.
The XP percentage of the guilds current level; Usually a number between 0 and 1

Guild#levelprogression instead to get a safe percentage factor.The raw amount of xp the guild has towards the next level; this amount is not exact, refer to Guild.xpRawLower and Guild.xpRawLower for the lower and upper bound
The lower bound of raw xp the guild has
The upper bound of raw xp the guild has
The total amount of XP required for the guild's current level
Mutates the object as if the fetchAdditionalStats property was true
when this guild was requested
This method causes API requests.
Optional options: GuildRequestOptionsThe options for the request; the guild field has no effect
Generated using TypeDoc
Represents a guild from the API