FanboxComment

@Serializable
data class FanboxComment(val body: String, val createdDatetime: Instant, val id: FanboxCommentId, val isLiked: Boolean, val isOwn: Boolean, val likeCount: Int, val parentCommentId: FanboxCommentId, val rootCommentId: FanboxCommentId, val replies: List<FanboxComment>, val user: FanboxUser?)

Constructors

Link copied to clipboard
constructor(body: String, createdDatetime: Instant, id: FanboxCommentId, isLiked: Boolean, isOwn: Boolean, likeCount: Int, parentCommentId: FanboxCommentId, rootCommentId: FanboxCommentId, replies: List<FanboxComment>, user: FanboxUser?)

Properties

Link copied to clipboard
Link copied to clipboard
val createdDatetime: Instant
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard