libkazv
Kazv::Api::GetUrlPreviewJob::JobResponse Class Reference

#include <content-repo.hpp>

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

Public Member Functions

 JobResponse (Response r)
 
bool success () const
 
std::optional< std::int_fast64_t > matrixImageSize () const
 The byte-size of the image. Omitted if there is no image attached. More...
 
std::optional< std::string > ogImage () const
 An MXC URI to the image. Omitted if there is no image. 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::GetUrlPreviewJob::JobResponse::JobResponse ( Response  r)

Member Function Documentation

◆ matrixImageSize()

std::optional< std::int_fast64_t > Kazv::Api::GetUrlPreviewResponse::matrixImageSize ( ) const

The byte-size of the image. Omitted if there is no image attached.

◆ ogImage()

std::optional< std::string > Kazv::Api::GetUrlPreviewResponse::ogImage ( ) const

An MXC URI to the image. Omitted if there is no image.

◆ success()

bool Kazv::Api::GetUrlPreviewResponse::success ( ) const

The documentation for this class was generated from the following files: