summaryrefslogtreecommitdiff
path: root/src/discord/objects.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/discord/objects.hpp')
-rw-r--r--src/discord/objects.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/discord/objects.hpp b/src/discord/objects.hpp
index 305ac65..603a9c7 100644
--- a/src/discord/objects.hpp
+++ b/src/discord/objects.hpp
@@ -53,6 +53,13 @@ enum class GatewayOp : int {
EmbeddedActivityClose = 26,
EmbeddedActivityUpdate = 27,
RequestForumUnreads = 28,
+ RemoteCommand = 29,
+ GetDeletedEntityIDsNotMatchingHash = 30,
+ RequestSoundboardSounds = 31,
+ SpeedTestCreate = 32,
+ SpeedTestDelete = 33,
+ RequestLastMessages = 34,
+ SearchRecentMembers = 35,
};
enum class GatewayEvent : int {