pub type ToDeviceSecretPushEvent = ToDeviceEvent<ToDeviceSecretPushEventContent>;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.