mastodonk
0.2-alpha05
common
mastodonk-core
/
fr.outadoc.mastodonk.api.entity
/
Announcement
/
Announcement
Announcement
constructor
(
announcementId
:
String
,
text
:
String
,
isPublished
:
Boolean
,
isAllDay
:
Boolean
,
createdAt
:
Instant
,
updatedAt
:
Instant
,
isRead
:
Boolean
,
reactions
:
List
<
AnnouncementReaction
>
,
scheduledAt
:
Instant
?
=
null
,
startsAt
:
Instant
?
=
null
,
endsAt
:
Instant
?
=
null
)