libQuotient
A Qt library for building matrix clients
|
#include <room_event_by_timestamp.h>
Public Attributes | |
QString | eventId {} |
The ID of the event found. More... | |
int | originServerTimestamp {} |
Definition at line 66 of file room_event_by_timestamp.h.
QString Quotient::GetEventByTimestampJob::Response::eventId {} |
The ID of the event found.
Definition at line 68 of file room_event_by_timestamp.h.
int Quotient::GetEventByTimestampJob::Response::originServerTimestamp {} |
The event's timestamp, in milliseconds since the Unix epoch. This makes it easy to do a quick comparison to see if the event_id
fetched is too far out of range to be useful for your use case.
Definition at line 74 of file room_event_by_timestamp.h.