summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-12-09 18:45:50 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-12-09 18:45:50 +0300
commit4d29366657d2ee93db4913a5a07af0d26820c058 (patch)
treec57928b85446f7051d49f84f1e3299a6733442d1 /protocols/Telegram/src/proto.h
parent49e7758046391bb9c49faf37020c27523f913b57 (diff)
Telegram: unused bots auto-remover
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r--protocols/Telegram/src/proto.h2
1 files changed, 1 insertions, 1 deletions
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;