From 5bb58bd24e6be45c6812713795d2e58e5ac18989 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 14 Feb 2017 21:47:53 +0300 Subject: Discord: sending typing notification --- protocols/Discord/src/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/Discord/src/proto.h') diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index 122b3a9e40..fbe1b9d2b3 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -254,6 +254,8 @@ public: virtual HANDLE __cdecl SendFile(MCONTACT hContact, const wchar_t *szDescription, wchar_t **ppszFiles) override; + virtual int __cdecl UserIsTyping(MCONTACT hContact, int type) override; + virtual int __cdecl SetStatus(int iNewStatus) override; virtual int __cdecl OnEvent(PROTOEVENTTYPE, WPARAM, LPARAM) override; -- cgit v1.2.3