Replace

data class Replace(val replacedBy: EventId?, val history: List<EventId>) : TimelineEventAggregation

Parameters

replacedBy

Event, that replaces the event. Null, if there is no replacement.

history

List of all events replacing the event. Sorted ascending by MessageEvent.originTimestamp.

Constructors

Link copied to clipboard
constructor(replacedBy: EventId?, history: List<EventId>)

Properties

Link copied to clipboard
Link copied to clipboard