Expand description
Types for the m.room.encrypted
event.
Structs§
- Ciphertext
Info - Ciphertext information holding the ciphertext and message type.
- Megolm
V1Aes Sha2 Content - The content of an
m.room.encrypted
event using them.megolm.v1.aes-sha2
algorithm. - Megolm
V1Aes Sha2 Content Init - Mandatory initial set of fields of
MegolmV1AesSha2Content
. - OlmV1
Curve25519 AesSha2 Content - The content of an
m.room.encrypted
event using them.olm.v1.curve25519-aes-sha2
algorithm. - Redacted
Room Encrypted Event Content - Redacted form of
RoomEncryptedEventContent
- Replacement
- The event this relation belongs to replaces another event.
- Room
Encrypted Event Content - The content of an
m.room.encrypted
event. - ToDevice
Room Encrypted Event Content - The to-device content of an
m.room.encrypted
event.
Enums§
- Encrypted
Event Scheme - The encryption scheme for
RoomEncryptedEventContent
. - Relation
- Relationship information about an encrypted event.
Type Aliases§
- Original
Room Encrypted Event - An
m.room.encrypted
event. - Original
Sync Room Encrypted Event - An
m.room.encrypted
event from async_events
response. - Redacted
Room Encrypted Event - An
m.room.encrypted
event that has been redacted. - Redacted
Sync Room Encrypted Event - An
m.room.encrypted
event from async_events
response that has been redacted. - Room
Encrypted Event - An
m.room.encrypted
event. - Sync
Room Encrypted Event - An
m.room.encrypted
event from async_events
response. - ToDevice
Room Encrypted Event - An
m.room.encrypted
event.