Type Alias ruma_events::key::verification::cancel::ToDeviceKeyVerificationCancelEvent
source · pub type ToDeviceKeyVerificationCancelEvent = ToDeviceEvent<ToDeviceKeyVerificationCancelEventContent>;
Expand description
An m.key.verification.cancel
event.
Aliased Type§
struct ToDeviceKeyVerificationCancelEvent {
pub content: ToDeviceKeyVerificationCancelEventContent,
pub sender: OwnedUserId,
}
Fields§
§content: ToDeviceKeyVerificationCancelEventContent
Data specific to the event type.
sender: OwnedUserId
The fully-qualified ID of the user who sent this event.