pub type ToDeviceKeyVerificationReadyEvent = ToDeviceEvent<ToDeviceKeyVerificationReadyEventContent>;Available on crate feature 
events only.Expand description
An m.key.verification.ready event.
Aliased Type§
pub struct ToDeviceKeyVerificationReadyEvent {
    pub content: ToDeviceKeyVerificationReadyEventContent,
    pub sender: OwnedUserId,
}Fields§
§content: ToDeviceKeyVerificationReadyEventContentData specific to the event type.
sender: OwnedUserIdThe fully-qualified ID of the user who sent this event.