summaryrefslogtreecommitdiff
path: root/discord/message.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'discord/message.hpp')
-rw-r--r--discord/message.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/message.hpp b/discord/message.hpp
index d288cda..a609742 100644
--- a/discord/message.hpp
+++ b/discord/message.hpp
@@ -113,8 +113,8 @@ struct AttachmentData {
int Bytes; //
std::string URL; //
std::string ProxyURL; //
- int Height = -1; // null
- int Width = -1; // null
+ int Height = -1; // opt, null
+ int Width = -1; // opt, null
friend void from_json(const nlohmann::json &j, AttachmentData &m);
};