diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-14 21:47:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-14 21:47:53 +0300 |
commit | 5bb58bd24e6be45c6812713795d2e58e5ac18989 (patch) | |
tree | 0f75bbb3b2dc129dbcfd5dfd0553b47f8f832b10 /protocols/Discord/src/proto.h | |
parent | b0b0b090cbec03d92e803612d2eced7d85ebf486 (diff) |
Discord: sending typing notification
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |