pub type ToDeviceKeyVerificationMacEvent = ToDeviceEvent<ToDeviceKeyVerificationMacEventContent>;Expand description
An m.key.verification.mac event.
Aliased Type§
pub struct ToDeviceKeyVerificationMacEvent {
pub content: ToDeviceKeyVerificationMacEventContent,
pub sender: OwnedUserId,
}Fields§
§content: ToDeviceKeyVerificationMacEventContentData specific to the event type.
sender: OwnedUserIdThe fully-qualified ID of the user who sent this event.