Module ruma_events::stripped

source ·
Expand description

“Stripped-down” versions of the core state events.

Each “stripped” event includes only the content, type, and state_key fields of its full version. These stripped types are useful for APIs where the a is providing the content of a state event to be created, when the other fields can be inferred from a larger context, or where the other fields are otherwise inapplicable.

Structs

A “stripped-down” version of a core state event.

Enums

A stripped-down version of a state event that is included along with some other events.

Type Definitions

A stripped-down version of the m.room.aliases event.
A stripped-down version of the m.room.avatar event.
A stripped-down version of the m.room.canonical_alias event.
A stripped-down version of the m.room.create event.
A stripped-down version of the m.room.guest_access event.
A stripped-down version of the m.room.history_visibility event.
A stripped-down version of the m.room.join_rules event.
A stripped-down version of the m.room.member event.
A stripped-down version of the m.room.name event.
A stripped-down version of the m.room.power_levels event.
A stripped-down version of the m.room.third_party_invite event.
A stripped-down version of the m.room.topic event.