Type Alias matrix_sdk_crypto::types::events::secret_send::SecretSendEvent

source ·
pub type SecretSendEvent = ToDeviceEvent<SecretSendContent>;
Expand description

The m.secret.send to-device event.

Aliased Type§

struct SecretSendEvent {
    pub sender: OwnedUserId,
    pub content: SecretSendContent,
    /* private fields */
}

Fields§

§sender: OwnedUserId

The sender of the to-device event.

§content: SecretSendContent

The content of the to-device event.