From 4d29366657d2ee93db4913a5a07af0d26820c058 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 9 Dec 2023 18:45:50 +0300 Subject: Telegram: unused bots auto-remover --- protocols/Telegram/src/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Telegram/src/proto.h') diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h index 8cf525801a..4edce9f591 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -98,7 +98,7 @@ struct TG_USER : public MZeroedObject int64_t id, chatId = -1; MCONTACT hContact; - bool isGroupChat, bLoadMembers, bStartChat; + bool isGroupChat, isBot, bLoadMembers, bStartChat; CMStringA szAvatarHash; CMStringW wszNick, wszFirstName, wszLastName; time_t m_timer1 = 0, m_timer2 = 0; -- cgit v1.2.3