Type Alias ruma::events::key::verification::ready::OriginalSyncKeyVerificationReadyEvent
source · pub type OriginalSyncKeyVerificationReadyEvent = OriginalSyncMessageLikeEvent<KeyVerificationReadyEventContent>;
Available on crate feature
events
only.Expand description
An m.key.verification.ready
event from a sync_events
response.
Aliased Type§
struct OriginalSyncKeyVerificationReadyEvent {
pub content: KeyVerificationReadyEventContent,
pub event_id: OwnedEventId,
pub sender: OwnedUserId,
pub origin_server_ts: MilliSecondsSinceUnixEpoch,
pub unsigned: MessageLikeUnsigned<KeyVerificationReadyEventContent>,
}
Fields§
§content: KeyVerificationReadyEventContent
Data specific to the event type.
event_id: OwnedEventId
The globally unique event identifier for the user who sent the event.
sender: OwnedUserId
The fully-qualified ID of the user who sent this event.
origin_server_ts: MilliSecondsSinceUnixEpoch
Timestamp in milliseconds on originating homeserver when this event was sent.
unsigned: MessageLikeUnsigned<KeyVerificationReadyEventContent>
Additional key-value pairs not signed by the homeserver.