pub type DirectEvent = GlobalAccountDataEvent<DirectEventContent>;
Expand description

An m.direct event.

Aliased Type§

struct DirectEvent {
    pub content: DirectEventContent,
}

Fields§

§content: DirectEventContent

Data specific to the event type.