summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-01-24 16:08:11 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-01-24 16:08:11 +0300
commitcf30319150edb0d5b49b05078817725c629320ba (patch)
tree8d3fe712d532a4f2b3513fc316fd25fe0ba74806 /protocols/Telegram/src/proto.h
parent660b4e02d4bef4f7ac953689ce00d727bf9bacbd (diff)
PS_EMPTY_SRV_HISTORY implementation for Telegram
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r--protocols/Telegram/src/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h
index 62b23d2f8e..800a718740 100644
--- a/protocols/Telegram/src/proto.h
+++ b/protocols/Telegram/src/proto.h
@@ -380,7 +380,6 @@ public:
// Events ////////////////////////////////////////////////////////////////////////////
- int __cdecl OnEmptyHistory(WPARAM, LPARAM);
int __cdecl OnOptionsInit(WPARAM, LPARAM);
int __cdecl OnWindowEvent(WPARAM, LPARAM);
@@ -393,6 +392,7 @@ public:
INT_PTR __cdecl SvcAddByPhone(WPARAM, LPARAM);
INT_PTR __cdecl SvcOfflineFile(WPARAM, LPARAM);
INT_PTR __cdecl SvcLoadServerHistory(WPARAM, LPARAM);
+ INT_PTR __cdecl SvcEmptyServerHistory(WPARAM, LPARAM);
// Options ///////////////////////////////////////////////////////////////////////////