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