pub type ToDeviceKeyVerificationStartEvent = ToDeviceEvent<ToDeviceKeyVerificationStartEventContent>;
Expand description

An m.key.verification.start event.

Aliased Type§

struct ToDeviceKeyVerificationStartEvent {
    pub content: ToDeviceKeyVerificationStartEventContent,
    pub sender: OwnedUserId,
}

Fields§

§content: ToDeviceKeyVerificationStartEventContent

Data specific to the event type.

§sender: OwnedUserId

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