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