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

#include <admin.h>

Public Attributes

QString userId {}
 The Matrix user ID of the user. More...
 
QHash< QString, DeviceInfodevices {}
 Each key is an identifier for one of the user's devices. More...
 

Detailed Description

Definition at line 64 of file admin.h.

Member Data Documentation

◆ devices

QHash<QString, DeviceInfo> Quotient::GetWhoIsJob::Response::devices {}

Each key is an identifier for one of the user's devices.

Definition at line 69 of file admin.h.

◆ userId

QString Quotient::GetWhoIsJob::Response::userId {}

The Matrix user ID of the user.

Definition at line 66 of file admin.h.


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