summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-05-31 17:56:43 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-05-31 17:56:43 +0300
commit4785f5ca202addfb433d83542127526cd07b5c08 (patch)
treea35fb13490a578280e2813843a2d2788306dbc33 /protocols/Telegram/src/proto.h
parent18b2640d91af23ee1cd03f8aadbb52137298e53d (diff)
Telegram: fix for "Saved messages" user in group chats
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 ce514a20d3..12d939a847 100644
--- a/protocols/Telegram/src/proto.h
+++ b/protocols/Telegram/src/proto.h
@@ -261,6 +261,7 @@ class CTelegramProto : public PROTO<CTelegramProto>
// Users
int64_t m_iOwnId;
MGROUP m_iBaseGroup;
+ MCONTACT m_iSavedMessages;
LIST<TG_USER> m_arChats;
OBJLIST<TG_USER> m_arUsers;