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