libQuotient
A Qt library for building matrix clients
|
#include <presence.h>
Public Attributes | |
QString | presence {} |
This user's presence. More... | |
std::optional< int > | lastActiveAgo {} |
QString | statusMsg {} |
The state message for this user if one was set. More... | |
std::optional< bool > | currentlyActive {} |
Whether the user is currently active. More... | |
Definition at line 65 of file presence.h.
std::optional<bool> Quotient::GetPresenceJob::Response::currentlyActive {} |
Whether the user is currently active.
Definition at line 77 of file presence.h.
std::optional<int> Quotient::GetPresenceJob::Response::lastActiveAgo {} |
The length of time in milliseconds since an action was performed by this user.
Definition at line 71 of file presence.h.
QString Quotient::GetPresenceJob::Response::presence {} |
This user's presence.
Definition at line 67 of file presence.h.
QString Quotient::GetPresenceJob::Response::statusMsg {} |
The state message for this user if one was set.
Definition at line 74 of file presence.h.