pub type ToDeviceKeyVerificationDoneEvent = ToDeviceEvent<ToDeviceKeyVerificationDoneEventContent>;
Expand description

An m.key.verification.done event.

Aliased Type§

struct ToDeviceKeyVerificationDoneEvent {
    pub content: ToDeviceKeyVerificationDoneEventContent,
    pub sender: OwnedUserId,
}

Fields§

§content: ToDeviceKeyVerificationDoneEventContent

Data specific to the event type.

§sender: OwnedUserId

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