pub type ToDeviceSecretRequestEvent = ToDeviceEvent<ToDeviceSecretRequestEventContent>;Expand description
An m.secret.request event.
Aliased Type§
pub struct ToDeviceSecretRequestEvent {
pub content: ToDeviceSecretRequestEventContent,
pub sender: OwnedUserId,
}Fields§
§content: ToDeviceSecretRequestEventContentData specific to the event type.
sender: OwnedUserIdThe fully-qualified ID of the user who sent this event.