libQuotient
A Qt library for building matrix clients
|
#include <threads_list.h>
Public Attributes | |
RoomEvents | chunk {} |
QString | nextBatch {} |
Definition at line 65 of file threads_list.h.
RoomEvents Quotient::GetThreadRootsJob::Response::chunk {} |
The thread roots, ordered by the latest_event
in each event's aggregated children. All events returned include bundled aggregations.
If the thread root event was sent by an ignored user, the event is returned redacted to the caller. This is to simulate the same behaviour of a client doing aggregation locally on the thread.
Definition at line 74 of file threads_list.h.
QString Quotient::GetThreadRootsJob::Response::nextBatch {} |
A token to supply to from
to keep paginating the responses. Not present when there are no further results.
Definition at line 78 of file threads_list.h.