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

#include <threads_list.h>

Public Attributes

RoomEvents chunk {}
 
QString nextBatch {}
 

Detailed Description

Definition at line 65 of file threads_list.h.

Member Data Documentation

◆ chunk

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.

◆ nextBatch

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.


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