Module matrix_sdk_crypto::requests
source · [−]Expand description
Modules containing customized request types.
Structs
A request that will back up a batch of room keys to the server.
Customized version of
ruma_client_api::keys::get_keys::v3::Request
, without any
references.
Outgoing request type, holds the unique ID of the request and the actual request.
Customized owned request type for sending out room messages.
Customized version of
ruma_client_api::to_device::send_event_to_device::v3::Request
Request that will publish a cross signing identity.
Enums
Enum over all the incoming responses we need to receive.
Enum over the different outgoing requests we can have.
An enum over the different outgoing verification based requests.