Module child

Source
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.
SpaceChildOrdHelper
Helper type to sort m.space.child events using using the algorithm for ordering children within a space.

Traits§

SpaceChildOrd
Helper trait to sort m.space.child events using using the algorithm for ordering children within a space.

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.