diff options
Diffstat (limited to 'lib/jobs/generated/room_state.h')
-rw-r--r-- | lib/jobs/generated/room_state.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/jobs/generated/room_state.h b/lib/jobs/generated/room_state.h index 5d16b2a6..aea32263 100644 --- a/lib/jobs/generated/room_state.h +++ b/lib/jobs/generated/room_state.h @@ -19,6 +19,8 @@ namespace QMatrixClient explicit SetRoomStateWithKeyJob(const QString& roomId, const QString& eventType, const QString& stateKey, const QJsonObject& body = {}); ~SetRoomStateWithKeyJob() override; + // Result properties + const QString& eventId() const; protected: @@ -35,6 +37,8 @@ namespace QMatrixClient explicit SetRoomStateJob(const QString& roomId, const QString& eventType, const QJsonObject& body = {}); ~SetRoomStateJob() override; + // Result properties + const QString& eventId() const; protected: |