LeaderboardRotation

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

A rotation of the Tibia Drome leaderboards.

Constructors

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

Properties

Link copied to clipboard

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.