diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-08-29 01:14:07 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-08-29 01:14:07 -0400 |
commit | 299ecc71d980904ad7ffaf6d44254da71f948666 (patch) | |
tree | 26d0ccd90d1299ea87219b725082ed2c021f2ce0 /discord/objects.hpp | |
parent | 4e7ae1af1d5c39591e8dbfe1742b42a4e578fff2 (diff) | |
download | abaddon-portaudio-299ecc71d980904ad7ffaf6d44254da71f948666.tar.gz abaddon-portaudio-299ecc71d980904ad7ffaf6d44254da71f948666.zip |
add MESSAGE_DELETE handling
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 { |