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