libQuotient
A Qt library for building matrix clients
|
#include <space_hierarchy.h>
Public Attributes | |
std::vector< SpaceHierarchyRoomsChunk > | rooms {} |
The rooms for the current page, with the current filters. More... | |
QString | nextBatch {} |
Definition at line 119 of file space_hierarchy.h.
QString Quotient::GetSpaceHierarchyJob::Response::nextBatch {} |
A token to supply to from
to keep paginating the responses. Not present when there are no further results.
Definition at line 125 of file space_hierarchy.h.
std::vector<SpaceHierarchyRoomsChunk> Quotient::GetSpaceHierarchyJob::Response::rooms {} |
The rooms for the current page, with the current filters.
Definition at line 121 of file space_hierarchy.h.