fankt
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
fankt
fankt
/
me.matsumo.fankt.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
)