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

#include <support.h>

Public Attributes

QVector< Contactcontacts {}
 
QString supportPage {}
 

Detailed Description

Definition at line 80 of file support.h.

Member Data Documentation

◆ contacts

QVector<Contact> Quotient::GetWellknownSupportJob::Response::contacts {}

Ways to contact the server administrator.

At least one of contacts or support_page is required. If only contacts is set, it must contain at least one item.

Definition at line 86 of file support.h.

◆ supportPage

QString Quotient::GetWellknownSupportJob::Response::supportPage {}

The URL of a page to give users help specific to the homeserver, like extra login/registration steps.

At least one of contacts or support_page is required.

Definition at line 92 of file support.h.


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