summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r--protocols/Telegram/src/proto.h1
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;