libQuotient
A Qt library for building matrix clients
Quotient::GetUrlPreviewJob::Response Struct Reference

#include <content-repo.h>

Public Attributes

std::optional< qint64 > matrixImageSize {}
 The byte-size of the image. Omitted if there is no image attached. More...
 
QUrl ogImage {}
 

Detailed Description

Definition at line 471 of file content-repo.h.

Member Data Documentation

◆ matrixImageSize

std::optional<qint64> Quotient::GetUrlPreviewJob::Response::matrixImageSize {}

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

Definition at line 473 of file content-repo.h.

◆ ogImage

QUrl Quotient::GetUrlPreviewJob::Response::ogImage {}

An mxc:// URI to the image. Omitted if there is no image.

Definition at line 477 of file content-repo.h.


The documentation for this struct was generated from the following file: