libQuotient
A Qt library for building matrix clients
Quotient::GetEventByTimestampJob::Response Struct Reference

#include <room_event_by_timestamp.h>

Public Attributes

QString eventId {}
 The ID of the event found. More...
 
int originServerTimestamp {}
 

Detailed Description

Definition at line 66 of file room_event_by_timestamp.h.

Member Data Documentation

◆ eventId

QString Quotient::GetEventByTimestampJob::Response::eventId {}

The ID of the event found.

Definition at line 68 of file room_event_by_timestamp.h.

◆ originServerTimestamp

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.


The documentation for this struct was generated from the following file: