Type Alias ruma::events::key::verification::start::ToDeviceKeyVerificationStartEvent
source · pub type ToDeviceKeyVerificationStartEvent = ToDeviceEvent<ToDeviceKeyVerificationStartEventContent>;
Available on crate feature
events
only.Expand description
An m.key.verification.start
event.
Aliased Type§
struct ToDeviceKeyVerificationStartEvent {
pub content: ToDeviceKeyVerificationStartEventContent,
pub sender: OwnedUserId,
}
Fields§
§content: ToDeviceKeyVerificationStartEventContent
Data specific to the event type.
sender: OwnedUserId
The fully-qualified ID of the user who sent this event.