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

#include <administrative_contact.h>

Public Attributes

QString medium
 The medium of the third-party identifier. More...
 
QString address
 The third-party identifier address. More...
 
qint64 validatedAt
 
qint64 addedAt
 

Detailed Description

Definition at line 28 of file administrative_contact.h.

Member Data Documentation

◆ addedAt

qint64 Quotient::GetAccount3PIDsJob::ThirdPartyIdentifier::addedAt

The timestamp, in milliseconds, when the homeserver associated the third-party identifier with the user.

Definition at line 41 of file administrative_contact.h.

◆ address

QString Quotient::GetAccount3PIDsJob::ThirdPartyIdentifier::address

The third-party identifier address.

Definition at line 33 of file administrative_contact.h.

◆ medium

QString Quotient::GetAccount3PIDsJob::ThirdPartyIdentifier::medium

The medium of the third-party identifier.

Definition at line 30 of file administrative_contact.h.

◆ validatedAt

qint64 Quotient::GetAccount3PIDsJob::ThirdPartyIdentifier::validatedAt

The timestamp, in milliseconds, when the identifier was validated by the identity server.

Definition at line 37 of file administrative_contact.h.


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