ReactionsEntity

data class ReactionsEntity(val totalReactions: ReactionsCountEntity, val selfUserReactions: UserReactionsEntity)

Constructors

Link copied to clipboard
constructor(totalReactions: ReactionsCountEntity, selfUserReactions: UserReactionsEntity)

Types

Link copied to clipboard
object Companion

Properties