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 37a79b7..c5e6e4b 100644 --- a/discord/objects.hpp +++ b/discord/objects.hpp @@ -39,6 +39,7 @@ struct GatewayMessage { GatewayOp Opcode; nlohmann::json Data; std::string Type; + int Sequence = -1; friend void from_json(const nlohmann::json &j, GatewayMessage &m); }; |