|
libkazv
|
#include <keys.hpp>


Public Member Functions | |
| 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. More... | |
| 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. More... | |
Public Member Functions inherited from Kazv::Response | |
| 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 |
Additional Inherited Members | |
Public Types inherited from Kazv::Response | |
| using | StatusCode = int |
Public Attributes inherited from Kazv::Response | |
| StatusCode | statusCode |
| Body | body |
| Header | header |
| JsonWrap | extraData |
| Kazv::Api::GetKeysChangesJob::JobResponse::JobResponse | ( | Response | r | ) |
| immer::array< std::string > Kazv::Api::GetKeysChangesResponse::changed | ( | ) | const |
The Matrix User IDs of all users who updated their device identity keys.
| 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.
| bool Kazv::Api::GetKeysChangesResponse::success | ( | ) | const |