aboutsummaryrefslogtreecommitdiff
path: root/include/dchat/WebPagePreview.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/dchat/WebPagePreview.hpp')
-rw-r--r--include/dchat/WebPagePreview.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/dchat/WebPagePreview.hpp b/include/dchat/WebPagePreview.hpp
new file mode 100644
index 0000000..df75419
--- /dev/null
+++ b/include/dchat/WebPagePreview.hpp
@@ -0,0 +1,13 @@
+#pragma once
+
+#include <string>
+
+namespace dchat
+{
+ class WebPagePreview
+ {
+ public:
+ std::string title;
+ std::string description;
+ };
+}