pub type ToDeviceKeyVerificationMacEvent = ToDeviceEvent<ToDeviceKeyVerificationMacEventContent>;
Expand description

An m.key.verification.mac event.

Aliased Type§

struct ToDeviceKeyVerificationMacEvent {
    pub content: ToDeviceKeyVerificationMacEventContent,
    pub sender: OwnedUserId,
}

Fields§

§content: ToDeviceKeyVerificationMacEventContent

Data specific to the event type.

§sender: OwnedUserId

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