Type Alias matrix_sdk_base::ruma::events::secret::send::ToDeviceSecretSendEvent

source ·
pub type ToDeviceSecretSendEvent = ToDeviceEvent<ToDeviceSecretSendEventContent>;
Expand description

An m.secret.send event.

Aliased Type§

struct ToDeviceSecretSendEvent {
    pub content: ToDeviceSecretSendEventContent,
    pub sender: OwnedUserId,
}

Fields§

§content: ToDeviceSecretSendEventContent

Data specific to the event type.

§sender: OwnedUserId

The fully-qualified ID of the user who sent this event.