struct
#include <include/mtx/events/common.hpp>
LocationInfo Location metadata.
Public variables
- std::string thumbnail_url
- The URL to an image thumbnail of the video clip.
- ThumbnailInfo thumbnail_info
- Metadata about the image referred to in
thumbnail_url
. -
std::optional<crypto::
EncryptedFile> thumbnail_file - Encryption members. If present, they replace thumbnail_url.
- std::string blurhash
- experimental blurhash, see MSC2448
Friends
- void from_json(const nlohmann::json& obj, ThumbnailInfo& info)
- Deserialization method needed by
nlohmann::json
. - void to_json(nlohmann::json& obj, const ThumbnailInfo& info)
- Serialization method needed by
nlohmann::json
.