ruma::events::space

Module parent

Source
Available on crate feature events only.
Expand description

Types for the m.space.parent event.

Structs§

PossiblyRedactedSpaceParentEventContent
The possibly redacted form of SpaceParentEventContent.
RedactedSpaceParentEventContent
Redacted form of SpaceParentEventContent
SpaceParentEventContent
The content of an m.space.parent event.

Type Aliases§

InitialSpaceParentEvent
An m.space.parent event for creating a room.
OriginalSpaceParentEvent
An m.space.parent event.
OriginalSyncSpaceParentEvent
An m.space.parent event from a sync_events response.
RedactedSpaceParentEvent
An m.space.parent event that has been redacted.
RedactedSyncSpaceParentEvent
An m.space.parent event from a sync_events response that has been redacted.
SpaceParentEvent
An m.space.parent event.
StrippedSpaceParentEvent
An m.space.parent event from an invited room preview.
SyncSpaceParentEvent
An m.space.parent event from a sync_events response.