NewsArchive

@Serializable
data class NewsArchive(val startDate: LocalDate, val endDate: LocalDate, val types: Set<NewsType>, val categories: Set<NewsCategory>, val entries: List<NewsEntry>)(source)

The News Archive section in Tibia.com.

Constructors

Link copied to clipboard
constructor(startDate: LocalDate, endDate: LocalDate, types: Set<NewsType>, categories: Set<NewsCategory>, entries: List<NewsEntry>)

Properties

Link copied to clipboard

The categories of articles to show.

Link copied to clipboard

The end date of the articles displayed.

Link copied to clipboard

The entries matching the filters.

Link copied to clipboard

The start date of the articles displayed.

Link copied to clipboard

The types of articles to show.