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

#include <notifications.h>

Public Attributes

QString nextToken {}
 
std::vector< Notificationnotifications {}
 The list of events that triggered notifications. More...
 

Detailed Description

Definition at line 77 of file notifications.h.

Member Data Documentation

◆ nextToken

QString Quotient::GetNotificationsJob::Response::nextToken {}

The token to supply in the from param of the next /notifications request in order to request more events. If this is absent, there are no more results.

Definition at line 81 of file notifications.h.

◆ notifications

std::vector<Notification> Quotient::GetNotificationsJob::Response::notifications {}

The list of events that triggered notifications.

Definition at line 84 of file notifications.h.


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