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

#include <list_public_rooms.h>

Public Attributes

QVector< PublicRoomsChunkchunk {}
 A paginated chunk of public rooms. More...
 
QString nextBatch {}
 
QString prevBatch {}
 
std::optional< int > totalRoomCountEstimate {}
 

Detailed Description

Definition at line 215 of file list_public_rooms.h.

Member Data Documentation

◆ chunk

QVector<PublicRoomsChunk> Quotient::QueryPublicRoomsJob::Response::chunk {}

A paginated chunk of public rooms.

Definition at line 217 of file list_public_rooms.h.

◆ nextBatch

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.

◆ prevBatch

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.

◆ totalRoomCountEstimate

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.


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