diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-08 19:41:48 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-08 19:41:48 +0300 |
commit | 834cbb58d74215980165eab257538ba918a378cd (patch) | |
tree | 44db165eebc97d8a6a49e69a165f09d604138421 /protocols/Telegram/src/proto.h | |
parent | 68f24bbe2000376776f640b33b569b8dbc87aedf (diff) |
Telegram: marking remote message as read
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 e0f0ec1515..5801fb30dc 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -362,6 +362,7 @@ class CTelegramProto : public PROTO<CTelegramProto> MCONTACT GetRealContact(const TG_USER *pUser); void RemoveFromClist(TG_USER *pUser); + void MarkRead(MCONTACT hContact, const CMStringA &szMaxId, bool bSent); // Menus HGENMENU hmiForward, hmiReaction; |