diff options
author | George Hazan <ghazan@miranda.im> | 2023-03-09 20:07:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-03-09 20:07:29 +0300 |
commit | 3561655fab4f3c17882a5095b09b5eaebe3175d7 (patch) | |
tree | bf406ee5cef863f5d16058fd86539b21579177f0 /protocols/Telegram/src/proto.h | |
parent | 7a0e4f4a10e80063ca5d7c1b32131e9fc506ac1f (diff) |
fixes #3395 completely (Telegram: удаление сообщений по запросу собеседника)
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r-- | protocols/Telegram/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h index c80477e2cb..e975b8866a 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -289,6 +289,7 @@ public: // Events //////////////////////////////////////////////////////////////////////////// + int __cdecl OnEmptyHistory(WPARAM, LPARAM); int __cdecl OnOptionsInit(WPARAM, LPARAM); int __cdecl GcMenuHook(WPARAM, LPARAM); |