#include <keys.hpp>
|
| | JobResponse (Response r) |
| |
| bool | success () const |
| |
| immer::array< std::string > | changed () const |
| | The Matrix User IDs of all users who updated their device identity keys.
|
| |
| immer::array< std::string > | left () const |
| | The Matrix User IDs of all users who may have left all the end-to-end encrypted rooms they previously shared with the user.
|
| |
| std::string | errorCode () const |
| |
| std::string | errorMessage () const |
| |
| JsonWrap | jsonBody () const |
| |
| constexpr bool | success () const |
| |
| json | dataJson (const std::string &key) const |
| |
| std::string | dataStr (const std::string &key) const |
| |
| std::string | jobId () const |
| |
◆ JobResponse()
| Kazv::Api::GetKeysChangesJob::JobResponse::JobResponse |
( |
Response |
r | ) |
|
◆ changed()
| immer::array< std::string > Kazv::Api::GetKeysChangesResponse::changed |
( |
| ) |
const |
The Matrix User IDs of all users who updated their device identity keys.
◆ left()
| immer::array< std::string > Kazv::Api::GetKeysChangesResponse::left |
( |
| ) |
const |
The Matrix User IDs of all users who may have left all the end-to-end encrypted rooms they previously shared with the user.
◆ success()
| bool Kazv::Api::GetKeysChangesResponse::success |
( |
| ) |
const |
The documentation for this class was generated from the following files: