libQuotient
A Qt library for building matrix clients
|
#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 {} |
Definition at line 471 of file content-repo.h.
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.
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.