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 215 of file list_public_rooms.h.
QVector<PublicRoomsChunk> Quotient::QueryPublicRoomsJob::Response::chunk {} |
A paginated chunk of public rooms.
Definition at line 217 of file list_public_rooms.h.
QString Quotient::QueryPublicRoomsJob::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 222 of file list_public_rooms.h.
QString Quotient::QueryPublicRoomsJob::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 227 of file list_public_rooms.h.
std::optional<int> Quotient::QueryPublicRoomsJob::Response::totalRoomCountEstimate {} |
An estimate on the total number of public rooms, if the server has an estimate.
Definition at line 231 of file list_public_rooms.h.