LocationInfo struct
          #include <include/mtx/events/common.hpp>
        
        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.
 
Friends
- void from_json(const nlohmann::json& obj, LocationInfo& info)
 - Deserialization method needed by 
nlohmann::json. - void to_json(nlohmann::json& obj, const LocationInfo& info)
 - Serialization method needed by 
nlohmann::json.