pub type ToDeviceKeyVerificationRequestEvent = ToDeviceEvent<ToDeviceKeyVerificationRequestEventContent>;
Expand description

An m.key.verification.request event.

Aliased Type§

struct ToDeviceKeyVerificationRequestEvent {
    pub content: ToDeviceKeyVerificationRequestEventContent,
    pub sender: OwnedUserId,
}

Fields§

§content: ToDeviceKeyVerificationRequestEventContent

Data specific to the event type.

§sender: OwnedUserId

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