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