WorldOverview

@Serializable
data class WorldOverview(val overallMaximumCount: Int, val overallMaximumCountDateTime: Instant, val worlds: List<WorldEntry>)(source)

The world overview section in Tibia.com.

Constructors

Link copied to clipboard
constructor(overallMaximumCount: Int, overallMaximumCountDateTime: Instant, worlds: List<WorldEntry>)

Properties

Link copied to clipboard

The record for simultaneous online players.

Link copied to clipboard

The date and time when the record for online players was set.

Link copied to clipboard

The total of currently online players across worlds.

Link copied to clipboard
val url: String

The URL to the world overview section.

Link copied to clipboard

The list of available worlds.