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

#include <user.h>

Public Attributes

QString userid
 A Matrix User ID represting a third-party user. More...
 
QString protocol
 The protocol ID that the third-party location is a part of. More...
 
QJsonObject fields
 Information used to identify this third-party location. More...
 

Detailed Description

Definition at line 9 of file user.h.

Member Data Documentation

◆ fields

QJsonObject Quotient::ThirdPartyUser::fields

Information used to identify this third-party location.

Definition at line 17 of file user.h.

◆ protocol

QString Quotient::ThirdPartyUser::protocol

The protocol ID that the third-party location is a part of.

Definition at line 14 of file user.h.

◆ userid

QString Quotient::ThirdPartyUser::userid

A Matrix User ID represting a third-party user.

Definition at line 11 of file user.h.


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