GuildsSection

@Serializable
data class GuildsSection(val world: String, val guilds: List<GuildEntry>)(source)

The list of Guilds in a world.

Constructors

Link copied to clipboard
constructor(world: String, guilds: List<GuildEntry>)

Properties

Link copied to clipboard

A filtered version of guilds containing only active guilds.

Link copied to clipboard

A list of all the guilds in the world.

Link copied to clipboard

A filtered version of guilds containing only guilds in formation.

Link copied to clipboard
val url: String

The URL to this guilds section.

Link copied to clipboard

The name of the world the guilds belong to.