#include <list_public_rooms.hpp>
◆ JobResponse()
Kazv::Api::GetPublicRoomsJob::JobResponse::JobResponse |
( |
Response |
r | ) |
|
◆ chunk()
immer::array< PublicRoomsChunk > Kazv::Api::GetPublicRoomsResponse::chunk |
( |
| ) |
const |
A paginated chunk of public rooms.
◆ nextBatch()
std::optional< std::string > Kazv::Api::GetPublicRoomsResponse::nextBatch |
( |
| ) |
const |
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.
◆ prevBatch()
std::optional< std::string > Kazv::Api::GetPublicRoomsResponse::prevBatch |
( |
| ) |
const |
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.
◆ success()
bool Kazv::Api::GetPublicRoomsResponse::success |
( |
| ) |
const |
◆ totalRoomCountEstimate()
std::optional< int > Kazv::Api::GetPublicRoomsResponse::totalRoomCountEstimate |
( |
| ) |
const |
An estimate on the total number of public rooms, if the server has an estimate.
The documentation for this class was generated from the following files: