libQuotient
A Qt library for building matrix clients
|
#include <peeking_events.h>
Public Attributes | |
QString | begin {} |
QString | end {} |
RoomEvents | chunk {} |
An array of events. More... | |
Definition at line 57 of file peeking_events.h.
QString Quotient::PeekEventsJob::Response::begin {} |
A token which correlates to the first value in chunk
. This is usually the same token supplied to from=
.
Definition at line 60 of file peeking_events.h.
RoomEvents Quotient::PeekEventsJob::Response::chunk {} |
An array of events.
Definition at line 67 of file peeking_events.h.
QString Quotient::PeekEventsJob::Response::end {} |
A token which correlates to the last value in chunk
. This token should be used in the next request to /events
.
Definition at line 64 of file peeking_events.h.