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