AnnouncementEntry

@Serializable
data class AnnouncementEntry(val title: String, val announcementId: Int, val author: String) : BaseForumAnnouncement(source)

An announcement listed on a ForumBoard.

The detailed view is represented by ForumAnnouncement.

Constructors

Link copied to clipboard
constructor(title: String, announcementId: Int, author: String)

Properties

Link copied to clipboard
open override val announcementId: Int

The internal ID of the announcement, used for linking.

Link copied to clipboard

The name of the author of the announcement.

Link copied to clipboard

The URL to the author's character page.

Link copied to clipboard
open override val title: String

The title of the announcement.

Link copied to clipboard
open val url: String

The URL to go to the specific announcement.