libkazv
Kazv::Api::GetKeysChangesJob::JobResponse Class Reference

#include <keys.hpp>

Inheritance diagram for Kazv::Api::GetKeysChangesJob::JobResponse:
Collaboration diagram for Kazv::Api::GetKeysChangesJob::JobResponse:

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
 

Constructor & Destructor Documentation

◆ JobResponse()

Kazv::Api::GetKeysChangesJob::JobResponse::JobResponse ( Response  r)

Member Function Documentation

◆ 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: