Package-level declarations

Types

Link copied to clipboard
@Serializable
data class BoardEntry(val name: String, val boardId: Int, val description: String, val postsCount: Int, val threadsCount: Int, val lastPost: LastPost?) : BaseForumBoard

A forum board listen within a ForumSection.

Link copied to clipboard
@Serializable
data class ForumSection(val sectionId: Int, val entries: List<BoardEntry>)

A forum section on Tibia.com.