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