summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-02-14 21:47:53 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-02-14 21:47:53 +0300
commit5bb58bd24e6be45c6812713795d2e58e5ac18989 (patch)
tree0f75bbb3b2dc129dbcfd5dfd0553b47f8f832b10 /protocols/Discord/src/proto.h
parentb0b0b090cbec03d92e803612d2eced7d85ebf486 (diff)
Discord: sending typing notification
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r--protocols/Discord/src/proto.h2
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;