summaryrefslogtreecommitdiff
path: root/discord/objects.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'discord/objects.hpp')
-rw-r--r--discord/objects.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/objects.hpp b/discord/objects.hpp
index bad9fd4..0f5c437 100644
--- a/discord/objects.hpp
+++ b/discord/objects.hpp
@@ -291,6 +291,7 @@ struct HeartbeatMessage : GatewayMessage {
struct CreateMessageObject {
std::string Content;
std::optional<MessageReferenceData> MessageReference;
+ std::optional<std::string> Nonce;
friend void to_json(nlohmann::json &j, const CreateMessageObject &m);
};