Like

data class Like(val id: String, val notifiedDatetime: Instant, val comment: String, val creatorId: FanboxCreatorId, val postId: FanboxPostId, val count: Int) : FanboxBell

Constructors

Link copied to clipboard
constructor(id: String, notifiedDatetime: Instant, comment: String, creatorId: FanboxCreatorId, postId: FanboxPostId, count: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val count: Int
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
val notifiedDatetime: Instant
Link copied to clipboard