Fanbox Bell
Types
Link copied to clipboard
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
Link copied to clipboard
data class Like(val id: String, val notifiedDatetime: Instant, val comment: String, val creatorId: FanboxCreatorId, val postId: FanboxPostId, val count: Int) : FanboxBell
Link copied to clipboard
data class PostPublished(val id: FanboxPostId, val notifiedDatetime: Instant, val post: FanboxPost) : FanboxBell