Module matrix_sdk_base::deserialized_responses
source · Expand description
SDK-specific variations of response types from Ruma.
Structs§
- A change in ambiguity of room members that an
m.room.member
event triggers. - Collection of ambiguity changes that room member events trigger.
- A successfully-decrypted encrypted event.
- Struct containing information on how an event was decrypted.
- A deserialized response for the rooms members API call.
- Represents a matrix room event that has been returned from
/sync
, after initial processing. - Represents a matrix room event that has been returned from a Matrix client-server API endpoint such as
/messages
, after initial processing. - Metadata about an event that could not be decrypted.
Enums§
- The algorithm specific information of a decrypted event.
- Wrapper around both versions of any state event.
- The sub-enum containing detailed information on why we were not able to link a message back to a device.
- Wrapper around both versions of any raw state event.
- Wrapper around both versions of any event received via sync.
- Wrapper around both versions of a raw state event.
- Recommended decorations for decrypted messages, representing the message’s authenticity properties.
- A machine-readable representation of the authenticity for a
ShieldState
. - Wrapper around both versions of a state event.
- The event within a
TimelineEvent
orSyncTimelineEvent
, together with encryption data. - Reason code for a decryption failure
- The result of the decryption of an event bundled in an
unsigned
object. - The location of an event bundled in an
unsigned
object. - The sub-enum containing detailed information on why a message is considered to be unverified.
- Represents the state of verification for a decrypted message sent by a device.
Constants§
Type Aliases§
- Wrapper around both MemberEvent-Types
- Raw version of
MemberEvent
.