pub type DirectEvent = GlobalAccountDataEvent<DirectEventContent>;Expand description
An m.direct event.
Aliased Type§
pub struct DirectEvent {
pub content: DirectEventContent,
}Fields§
§content: DirectEventContentData specific to the event type.