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