ToDeviceSecretPushEvent

Type Alias ToDeviceSecretPushEvent 

Source
pub type ToDeviceSecretPushEvent = ToDeviceEvent<ToDeviceSecretPushEventContent>;
Available on crate features events and unstable-msc4385 only.
Expand description

An io.element.msc4385.secret.push event.

Aliased Type§

pub struct ToDeviceSecretPushEvent {
    pub content: ToDeviceSecretPushEventContent,
    pub sender: OwnedUserId,
}

Fields§

§content: ToDeviceSecretPushEventContent

Data specific to the event type.

§sender: OwnedUserId

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