Package-level declarations

Types

Link copied to clipboard

The available forum sections.

Link copied to clipboard

Base interface for forum announcements.

Link copied to clipboard
interface BaseForumBoard

Base interface for forum boards.

Link copied to clipboard
interface BaseForumPost

Base interface for forum post related classes.

Link copied to clipboard
interface BaseForumThread

Base interface for forum related classes.

Link copied to clipboard
@Serializable
sealed interface ForumAuthor

Base interface for forum author classes.

Link copied to clipboard
@Serializable
data class ForumEmoticon(val name: String, val url: String)

An emoticon in the forums.

Link copied to clipboard
@Serializable
data class LastPost(val authorName: String, val postId: Int, val postedAt: Instant, val authorIsDeleted: Boolean, val authorIsTraded: Boolean) : BaseForumPost

Information about the last post in a board or thread.

Link copied to clipboard

The possible status a thread can have.