Type Alias matrix_sdk_base::event_cache::Event

source ·
pub type Event = SyncTimelineEvent;
Expand description

The kind of event the event storage holds.

Aliased Type§

struct Event {
    pub kind: TimelineEventKind,
    pub push_actions: Vec<Action>,
}

Fields§

§kind: TimelineEventKind

The event itself, together with any information on decryption.

§push_actions: Vec<Action>

The push actions associated with this event.