From 4785f5ca202addfb433d83542127526cd07b5c08 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 31 May 2023 17:56:43 +0300 Subject: Telegram: fix for "Saved messages" user in group chats --- protocols/Telegram/src/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Telegram/src/proto.h') 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 // Users int64_t m_iOwnId; MGROUP m_iBaseGroup; + MCONTACT m_iSavedMessages; LIST m_arChats; OBJLIST m_arUsers; -- cgit v1.2.3