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