libQuotient
A Qt library for building matrix clients
|
#include <relations.h>
Public Attributes | |
QString | nextBatch {} |
QString | prevBatch {} |
std::optional< int > | recursionDepth {} |
RoomEvents | chunk {} |
Definition at line 233 of file relations.h.
RoomEvents Quotient::GetRelatingEventsWithRelTypeJob::Response::chunk {} |
The child events of the requested event, ordered topologically most-recent first. The events returned will match the relType
supplied in the URL.
Definition at line 250 of file relations.h.
QString Quotient::GetRelatingEventsWithRelTypeJob::Response::nextBatch {} |
An opaque string representing a pagination token. The absence of this token means there are no more results to fetch and the client should stop paginating.
Definition at line 236 of file relations.h.
QString Quotient::GetRelatingEventsWithRelTypeJob::Response::prevBatch {} |
An opaque string representing a pagination token. The absence of this token means this is the start of the result set, i.e. this is the first batch/page.
Definition at line 240 of file relations.h.
std::optional<int> Quotient::GetRelatingEventsWithRelTypeJob::Response::recursionDepth {} |
If the recurse
parameter was supplied by the client, this response field is mandatory and gives the actual depth to which the server recursed. If the client did not specify the recurse
parameter, this field must be absent.
Definition at line 245 of file relations.h.