diff options
Diffstat (limited to 'discord/objects.hpp')
-rw-r--r-- | discord/objects.hpp | 1 |
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); }; |