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