pub type ToDeviceKeyVerificationReadyEvent = ToDeviceEvent<ToDeviceKeyVerificationReadyEventContent>;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.