ReactionsEntity

data class ReactionsEntity(val reactions: Map<String, ReactionDataEntity>)

Constructors

Link copied to clipboard
constructor(reactions: Map<String, ReactionDataEntity>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val reactions: Map<String, ReactionDataEntity>