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

#include <peeking_events.h>

Public Attributes

QString begin {}
 
QString end {}
 
RoomEvents chunk {}
 An array of events. More...
 

Detailed Description

Definition at line 57 of file peeking_events.h.

Member Data Documentation

◆ begin

QString Quotient::PeekEventsJob::Response::begin {}

A token which correlates to the first value in chunk. This is usually the same token supplied to from=.

Definition at line 60 of file peeking_events.h.

◆ chunk

RoomEvents Quotient::PeekEventsJob::Response::chunk {}

An array of events.

Definition at line 67 of file peeking_events.h.

◆ end

QString Quotient::PeekEventsJob::Response::end {}

A token which correlates to the last value in chunk. This token should be used in the next request to /events.

Definition at line 64 of file peeking_events.h.


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