TimelineEventAggregation

sealed interface TimelineEventAggregation

Inheritors

Types

Link copied to clipboard
data class Reaction(val reactions: Map<String, Set<UserId>>) : TimelineEventAggregation
Link copied to clipboard
data class Replace(val replacedBy: EventId?, val history: List<EventId>) : TimelineEventAggregation