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