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 06beace..5abafb1 100644 --- a/discord/objects.hpp +++ b/discord/objects.hpp @@ -62,6 +62,7 @@ enum class GatewayOp : int { enum class GatewayEvent : int { READY, MESSAGE_CREATE, + MESSAGE_DELETE, }; struct GatewayMessage { |