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

#include <content-repo.h>

Public Attributes

QUrl contentUri {}
 
std::optional< qint64 > unusedExpiresAt {}
 

Detailed Description

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

Member Data Documentation

◆ contentUri

QUrl Quotient::CreateContentJob::Response::contentUri {}

The mxc:// URI at which the content will be available, once it is uploaded.

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

◆ unusedExpiresAt

std::optional<qint64> Quotient::CreateContentJob::Response::unusedExpiresAt {}

The timestamp (in milliseconds since the unix epoch) when the generated media id will expire, if media is not uploaded.

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


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