Module deserialized_responses

Source

Structs§

DecryptedRoomEvent
A successfully-decrypted encrypted event.
EncryptionInfo
Struct containing information on how an event was decrypted.
TimelineEvent
Represents a matrix room event that has been returned from /sync, after initial processing.
UnableToDecryptInfo
Metadata about an event that could not be decrypted.

Enums§

AlgorithmInfo
The algorithm specific information of a decrypted event.
DeviceLinkProblem
The sub-enum containing detailed information on why we were not able to link a message back to a device.
ShieldState
Recommended decorations for decrypted messages, representing the message’s authenticity properties.
ShieldStateCode
A machine-readable representation of the authenticity for a ShieldState.
TimelineEventKind
The event within a TimelineEvent, together with encryption data.
UnableToDecryptReason
Reason code for a decryption failure
UnsignedDecryptionResult
The result of the decryption of an event bundled in an unsigned object.
UnsignedEventLocation
The location of an event bundled in an unsigned object.
VerificationLevel
The sub-enum containing detailed information on why a message is considered to be unverified.
VerificationState
Represents the state of verification for a decrypted message sent by a device.
WithheldCode
A machine-readable code for why a Megolm key was not sent.

Constants§

SENT_IN_CLEAR

Functions§

deserialize_utd_reason
Provides basic backward compatibility for deserializing older serialized UnableToDecryptReason values.