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

#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...
 

Detailed Description

Definition at line 65 of file presence.h.

Member Data Documentation

◆ currentlyActive

std::optional<bool> Quotient::GetPresenceJob::Response::currentlyActive {}

Whether the user is currently active.

Definition at line 77 of file presence.h.

◆ lastActiveAgo

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.

◆ presence

QString Quotient::GetPresenceJob::Response::presence {}

This user's presence.

Definition at line 67 of file presence.h.

◆ statusMsg

QString Quotient::GetPresenceJob::Response::statusMsg {}

The state message for this user if one was set.

Definition at line 74 of file presence.h.


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