ruma::events::space

Module child

Source
Available on crate feature events only.
Expand description

Types for the m.space.child event.

Structs§

HierarchySpaceChildEvent
An m.space.child event represented as a Stripped State Event with an added origin_server_ts key.
PossiblyRedactedSpaceChildEventContent
The possibly redacted form of SpaceChildEventContent.
RedactedSpaceChildEventContent
Redacted form of SpaceChildEventContent
SpaceChildEventContent
The content of an m.space.child event.

Type Aliases§

InitialSpaceChildEvent
An m.space.child event for creating a room.
OriginalSpaceChildEvent
An m.space.child event.
OriginalSyncSpaceChildEvent
An m.space.child event from a sync_events response.
RedactedSpaceChildEvent
An m.space.child event that has been redacted.
RedactedSyncSpaceChildEvent
An m.space.child event from a sync_events response that has been redacted.
SpaceChildEvent
An m.space.child event.
StrippedSpaceChildEvent
An m.space.child event from an invited room preview.
SyncSpaceChildEvent
An m.space.child event from a sync_events response.