libQuotient
A Qt library for building matrix clients
|
#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... | |
Definition at line 75 of file create_room.h.
QJsonObject Quotient::CreateRoomJob::StateEvent::content |
The content of the event.
Definition at line 80 of file create_room.h.
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.
QString Quotient::CreateRoomJob::StateEvent::type |
The type of event to send.
Definition at line 77 of file create_room.h.