TibiaKt
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
TibiaKt
tibiakt-core
/
com.galarzaa.tibiakt.core.section.forum.announcement.model
Package-level
declarations
Types
Types
Forum
Announcement
Link copied to clipboard
@
Serializable
data
class
ForumAnnouncement
(
val
announcementId
:
Int
,
val
title
:
String
,
val
boardName
:
String
,
val
boardId
:
Int
,
val
sectionName
:
String
,
val
sectionId
:
Int
,
val
author
:
ForumAuthor
,
val
content
:
String
,
val
startsAt
:
Instant
,
val
endsAt
:
Instant
)
:
BaseForumAnnouncement
An announcement in the Tibia forums.