diff options
author | George Hazan <ghazan@miranda.im> | 2017-09-20 11:42:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-09-20 11:42:29 +0300 |
commit | c3e3c5f2e3412ce9f67d52023ad37a38118255d0 (patch) | |
tree | ae4b09068540a68172c729bec89df21635abc9e3 /protocols/Discord/src/proto.h | |
parent | 9149988db38b64a55b624de030d224b5bb97ab80 (diff) |
Discord: gateway opcode 9 processing added
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index f3f2a2a9bb..3b11a71f2e 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -219,6 +219,7 @@ class CDiscordProto : public PROTO<CDiscordProto> void GatewaySendHeartbeat(void); void GatewaySendIdentify(void); void GatewaySendGuildInfo(SnowFlake id); + void GatewaySendResume(void); GatewayHandlerFunc GetHandler(const wchar_t*); |