Type Alias ruma::events::key::verification::mac::ToDeviceKeyVerificationMacEvent
source · pub type ToDeviceKeyVerificationMacEvent = ToDeviceEvent<ToDeviceKeyVerificationMacEventContent>;
Available on crate feature
events
only.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.