Comment

data class Comment(val id: FanboxCommentId, val notifiedDatetime: Instant, val comment: String, val isRootComment: Boolean, val creatorId: FanboxCreatorId, val postId: FanboxPostId, val postTitle: String, val userName: String, val userProfileIconUrl: String) : FanboxBell

Constructors

Link copied to clipboard
constructor(id: FanboxCommentId, notifiedDatetime: Instant, comment: String, isRootComment: Boolean, creatorId: FanboxCreatorId, postId: FanboxPostId, postTitle: String, userName: String, userProfileIconUrl: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val notifiedDatetime: Instant
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard