mtx::events::UnsignedData struct

Additional server provided data for this event.

Public variables

uint64_t age
The time in milliseconds that has elapsed since the event was sent. This field is generated by the local homeserver, and may be incorrect if the local time on at least one of the two servers is out of sync, which can cause the age to either be negative or greater than it actually is.
std::string transaction_id
The client-supplied transaction ID, if the client being given the event is the same one which sent it.
std::string prev_sender
The previous sender of a state event.
std::string replaces_state
The replaced state event.
std::string redacted_by
The event ID that redacted this event.
std::optional<Event<mtx::events::msg::Redaction>> redacted_because
The event that redacted this event.