Expand description
Types for the m.room.encrypted
event.
Structs§
- Ciphertext information holding the ciphertext and message type.
- The content of an
m.room.encrypted
event using them.megolm.v1.aes-sha2
algorithm. - Mandatory initial set of fields of
MegolmV1AesSha2Content
. - The content of an
m.room.encrypted
event using them.olm.v1.curve25519-aes-sha2
algorithm. - Redacted form of
RoomEncryptedEventContent
- The event this relation belongs to replaces another event.
- The content of an
m.room.encrypted
event. - The to-device content of an
m.room.encrypted
event.
Enums§
- The encryption scheme for
RoomEncryptedEventContent
. - Relationship information about an encrypted event.
Type Aliases§
- An
m.room.encrypted
event. - An
m.room.encrypted
event from async_events
response. - An
m.room.encrypted
event that has been redacted. - An
m.room.encrypted
event from async_events
response that has been redacted. - An
m.room.encrypted
event. - An
m.room.encrypted
event from async_events
response. - An
m.room.encrypted
event.