fanbox
Toggle table of contents
0.0.14
common
Platform filter
common
Switch theme
Search in API
fanbox
fanbox
/
me.matsumo.fankt.fanbox.domain.model
/
FanboxBell
/
Comment
/
Comment
Comment
constructor
(
id
:
FanboxCommentId
,
notifiedDatetime
:
Instant
,
comment
:
String
,
isRootComment
:
Boolean
,
creatorId
:
FanboxCreatorId
,
postId
:
FanboxPostId
,
postTitle
:
String
,
userName
:
String
,
userProfileIconUrl
:
String
)