#pragma once #include namespace dchat { class WebPagePreview { public: std::string title; std::string description; }; }