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