fanbox
Toggle table of contents
0.0.11
common
Platform filter
common
Switch theme
Search in API
fanbox
fanbox
/
me.matsumo.fankt.fanbox.domain.model
/
FanboxBell
/
PostPublished
Post
Published
data
class
PostPublished
(
val
id
:
FanboxPostId
,
val
notifiedDatetime
:
Instant
,
val
post
:
FanboxPost
)
:
FanboxBell
Members
Constructors
Post
Published
Link copied to clipboard
constructor
(
id
:
FanboxPostId
,
notifiedDatetime
:
Instant
,
post
:
FanboxPost
)
Properties
id
Link copied to clipboard
val
id
:
FanboxPostId
notified
Datetime
Link copied to clipboard
val
notifiedDatetime
:
Instant
post
Link copied to clipboard
val
post
:
FanboxPost