pub type ToDeviceKeyVerificationKeyEvent = ToDeviceEvent<ToDeviceKeyVerificationKeyEventContent>;
Available on crate feature events only.
Expand description

An m.key.verification.key event.

Aliased Type§

struct ToDeviceKeyVerificationKeyEvent {
    pub content: ToDeviceKeyVerificationKeyEventContent,
    pub sender: OwnedUserId,
}

Fields§

§content: ToDeviceKeyVerificationKeyEventContent

Data specific to the event type.

§sender: OwnedUserId

The fully-qualified ID of the user who sent this event.