Reaction

data class Reaction(val reactions: Map<String, Set<UserId>>) : TimelineEventAggregation

Constructors

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

Properties

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