pub type RemoteLatestEventValue = TimelineEvent;Expand description
Represents the value for LatestEventValue::Remote.
Aliased Type§
pub struct RemoteLatestEventValue {
pub kind: TimelineEventKind,
pub thread_summary: ThreadSummaryStatus,
pub bundled_latest_thread_event: Option<Box<TimelineEvent>>,
/* private fields */
}Fields§
§kind: TimelineEventKindThe event itself, together with any information on decryption.
thread_summary: ThreadSummaryStatusIf the event is part of a thread, a thread summary.
bundled_latest_thread_event: Option<Box<TimelineEvent>>The bundled latest thread event, if it was provided in the unsigned relations of this event.
Not serialized.