ForumSection

@Serializable
data class ForumSection(val sectionId: Int, val entries: List<BoardEntry>)(source)

A forum section on Tibia.com.

Constructors

Link copied to clipboard
constructor(sectionId: Int, entries: List<BoardEntry>)

Properties

Link copied to clipboard

The boards in the forum section.

Link copied to clipboard

The internal ID of the section.

Link copied to clipboard
val url: String

The URL to this section.