diff options
author | George Hazan <ghazan@miranda.im> | 2023-01-07 21:13:52 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-01-07 21:13:52 +0300 |
commit | 6635344981d9bfb245ada6c685b3a179cfd6ef45 (patch) | |
tree | ae31aee90b002d803be85a03caeca687145d8248 /protocols/Telegram/src/mt_proto.h | |
parent | 21331cf681e7f1fb0729109de251d0cc61be6098 (diff) |
Telegram: simple version of marking messages read
Diffstat (limited to 'protocols/Telegram/src/mt_proto.h')
-rw-r--r-- | protocols/Telegram/src/mt_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Telegram/src/mt_proto.h b/protocols/Telegram/src/mt_proto.h index 7aa85b722b..46439aee5f 100644 --- a/protocols/Telegram/src/mt_proto.h +++ b/protocols/Telegram/src/mt_proto.h @@ -173,6 +173,7 @@ public: // Events //////////////////////////////////////////////////////////////////////////// int __cdecl OnOptionsInit(WPARAM, LPARAM); + int __cdecl OnDbMarkedRead(WPARAM, LPARAM); // Options /////////////////////////////////////////////////////////////////////////// |