pub type ToDeviceKeyVerificationDoneEvent = ToDeviceEvent<ToDeviceKeyVerificationDoneEventContent>;
Available on crate feature events only.
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.