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)