aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/create_room.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csapi/create_room.h')
-rw-r--r--lib/csapi/create_room.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/csapi/create_room.h b/lib/csapi/create_room.h
index ee09fb35..79ea2385 100644
--- a/lib/csapi/create_room.h
+++ b/lib/csapi/create_room.h
@@ -77,11 +77,11 @@ namespace QMatrixClient
/// ======================== ============== ====================== ================ =========
struct Invite3pid
{
- /// The hostname+port of the identity server which should be used for third party identifier lookups.
+ /// The hostname+port of the identity server which should be used for third party identifier lookups.
QString idServer;
- /// The kind of address being passed in the address field, for example ``email``.
+ /// The kind of address being passed in the address field, for example ``email``.
QString medium;
- /// The invitee's third party identifier.
+ /// The invitee's third party identifier.
QString address;
};
@@ -114,11 +114,11 @@ namespace QMatrixClient
/// ======================== ============== ====================== ================ =========
struct StateEvent
{
- /// The type of event to send.
+ /// The type of event to send.
QString type;
- /// The state_key of the state event. Defaults to an empty string.
+ /// The state_key of the state event. Defaults to an empty string.
QString stateKey;
- /// The content of the event.
+ /// The content of the event.
QJsonObject content;
};