ruma::events

Module encrypted

Source
Available on crate features events and unstable-msc3956 only.
Expand description

Types for extensible encrypted events (MSC3956).

Structs§

EncryptedContentBlock
A block for encrypted content.
EncryptedEventContent
The payload for an extensible encrypted message.
RedactedEncryptedEventContent
Redacted form of EncryptedEventContent

Type Aliases§

EncryptedEvent
An org.matrix.msc1767.encrypted event.
OriginalEncryptedEvent
An org.matrix.msc1767.encrypted event.
OriginalSyncEncryptedEvent
An org.matrix.msc1767.encrypted event from a sync_events response.
RedactedEncryptedEvent
An org.matrix.msc1767.encrypted event that has been redacted.
RedactedSyncEncryptedEvent
An org.matrix.msc1767.encrypted event from a sync_events response that has been redacted.
SyncEncryptedEvent
An org.matrix.msc1767.encrypted event from a sync_events response.