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

#include <create_room.h>

Public Attributes

QString type
 The type of event to send. More...
 
QJsonObject content
 The content of the event. More...
 
QString stateKey {}
 The state_key of the state event. Defaults to an empty string. More...
 

Detailed Description

Definition at line 75 of file create_room.h.

Member Data Documentation

◆ content

QJsonObject Quotient::CreateRoomJob::StateEvent::content

The content of the event.

Definition at line 80 of file create_room.h.

◆ stateKey

QString Quotient::CreateRoomJob::StateEvent::stateKey {}

The state_key of the state event. Defaults to an empty string.

Definition at line 83 of file create_room.h.

◆ type

QString Quotient::CreateRoomJob::StateEvent::type

The type of event to send.

Definition at line 77 of file create_room.h.


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