libQuotient
A Qt library for building matrix clients
|
#include <notifications.h>
Public Attributes | |
QString | nextToken {} |
std::vector< Notification > | notifications {} |
The list of events that triggered notifications. More... | |
Definition at line 77 of file notifications.h.
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.
std::vector<Notification> Quotient::GetNotificationsJob::Response::notifications {} |
The list of events that triggered notifications.
Definition at line 84 of file notifications.h.