LeaderboardRotation

@Serializable
data class LeaderboardRotation(val rotationId: Int, val isCurrent: Boolean, val endDate: Instant)(source)

A rotation of the Tibia Drome leaderboards.

Constructors

Link copied to clipboard
constructor(rotationId: Int, isCurrent: Boolean, endDate: Instant)

Properties

Link copied to clipboard
val endDate: Instant

The date when the rotation ends.

Link copied to clipboard

Whether this is the current rotation or not.

Link copied to clipboard

The internal ID of the rotation.