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.
- Struct containing information on how an event was decrypted.
- A deserialized response for the rooms members API call.
- A customized version of a room event coming from a sync that holds optional encryption info.
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 a raw state event.
- Recommended decorations for decrypted messages, representing the message’s authenticity properties.
- Wrapper around both versions of a state event.
- 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.
Type Aliases
- Wrapper around both MemberEvent-Types
- Raw version of
MemberEvent
.