LeaderboardGuild#

class corkus.objects.LeaderboardGuild#

Diffrent version of Guild returned by LeaderboardEndpoint.

property members_count#

Count of guild members, to access full list use fetch().

Return type:

int

property total_xp#

Total sum of all xp points collected by this guild.

Return type:

int

property position#

This guild possition in guilds leaderboard.

Return type:

int

property war_count#

Number of wars the guild has done, including failed ones.

Return type:

int

async fetch(timeout=None)#

Fetch information about this guild from Guilds API.

Warning

This function is a API call. See: Partial Objects for detailed information.

Parameters:

timeout (Optional[int]) – Optionally override default timeout.

Return type:

Guild

property banner#

Information about appearance of guild banner and it’s tier.

Return type:

GuildBanner

property created#

Datetime when guild was created.

Return type:

datetime

property level#

Level of the guild.

Return type:

int

property name#

The name of the guild.

Return type:

str

property tag#

Prefix displayed as a shorter 3 or 4 letters representation of guild. Like AVO, ERN or YIN. It’s mostly upper-case but it’s not a requirement. It’s unique across all guild.

Return type:

str

property territories#

Teritories owned by the guild throughout wars.

Return type:

PartialTeritories