ReactionDataEntity

data class ReactionDataEntity(val count: Int, val isSelf: Boolean)

Constructors

Link copied to clipboard
constructor(count: Int, isSelf: Boolean)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
val isSelf: Boolean