libQuotient
A Qt library for building matrix clients
|
#include <list_public_rooms.h>
Public Attributes | |
QVector< PublicRoomsChunk > | chunk {} |
A paginated chunk of public rooms. More... | |
QString | nextBatch {} |
QString | prevBatch {} |
std::optional< int > | totalRoomCountEstimate {} |
Definition at line 111 of file list_public_rooms.h.
QVector<PublicRoomsChunk> Quotient::GetPublicRoomsJob::Response::chunk {} |
A paginated chunk of public rooms.
Definition at line 113 of file list_public_rooms.h.
QString Quotient::GetPublicRoomsJob::Response::nextBatch {} |
A pagination token for the response. The absence of this token means there are no more results to fetch and the client should stop paginating.
Definition at line 118 of file list_public_rooms.h.
QString Quotient::GetPublicRoomsJob::Response::prevBatch {} |
A pagination token that allows fetching previous results. The absence of this token means there are no results before this batch, i.e. this is the first batch.
Definition at line 123 of file list_public_rooms.h.
std::optional<int> Quotient::GetPublicRoomsJob::Response::totalRoomCountEstimate {} |
An estimate on the total number of public rooms, if the server has an estimate.
Definition at line 127 of file list_public_rooms.h.