libQuotient
A Qt library for building matrix clients
|
#include <authed-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 305 of file authed-content-repo.h.
std::optional<qint64> Quotient::GetUrlPreviewAuthedJob::Response::matrixImageSize {} |
The byte-size of the image. Omitted if there is no image attached.
Definition at line 307 of file authed-content-repo.h.
QUrl Quotient::GetUrlPreviewAuthedJob::Response::ogImage {} |
An mxc://
URI to the image. Omitted if there is no image.
Definition at line 311 of file authed-content-repo.h.