ThumbnailInfo struct
          #include <include/mtx/events/common.hpp>
        
        Metadata about an image thumbnail.
Public variables
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.