![]() |
libQuotient
A Qt library for building matrix clients
|
#include <create_room.h>
Public Attributes | |
| QString | type |
| The type of event to send. | |
| QJsonObject | content |
| The content of the event. | |
| QString | stateKey {} |
| The state_key of the state event. Defaults to an empty string. | |
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.