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: ToDeviceSecretPushEventContentData specific to the event type.
sender: OwnedUserIdThe fully-qualified ID of the user who sent this event.