libQuotient
A Qt library for building matrix clients
|
#include <notifications.h>
Public Attributes | |
QVector< QVariant > | actions |
EventPtr | event |
The Event object for the event that triggered the notification. More... | |
bool | read |
QString | roomId |
The ID of the room in which the event was posted. More... | |
qint64 | ts |
QString | profileTag {} |
The profile tag of the rule that matched this event. More... | |
Definition at line 18 of file notifications.h.
QVector<QVariant> Quotient::GetNotificationsJob::Notification::actions |
The action(s) to perform when the conditions for this rule are met. See Push Rules: API.
Definition at line 21 of file notifications.h.
EventPtr Quotient::GetNotificationsJob::Notification::event |
The Event object for the event that triggered the notification.
Definition at line 24 of file notifications.h.
QString Quotient::GetNotificationsJob::Notification::profileTag {} |
The profile tag of the rule that matched this event.
Definition at line 38 of file notifications.h.
bool Quotient::GetNotificationsJob::Notification::read |
Indicates whether the user has sent a read receipt indicating that they have read this message.
Definition at line 28 of file notifications.h.
QString Quotient::GetNotificationsJob::Notification::roomId |
The ID of the room in which the event was posted.
Definition at line 31 of file notifications.h.
qint64 Quotient::GetNotificationsJob::Notification::ts |
The unix timestamp at which the event notification was sent, in milliseconds.
Definition at line 35 of file notifications.h.