diff options
Diffstat (limited to 'protocols/Telegram/src/proto.h')
| -rw-r--r-- | protocols/Telegram/src/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h index 1cf276323e..2ec142edca 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -101,7 +101,7 @@ struct TG_USER : public MZeroedObject int64_t id, chatId = -1, forumId = -1; MCONTACT hContact; - int folderId = -1, nHistoryChunks, nTopics; + int folderId = -1, nTopics; bool isGroupChat, isChannel, isBot, isForum, bLoadMembers, bStartChat, bInited, bDelOwn = true, bDelAll = true; CMStringA szAvatarHash; CMStringW wszNick, wszFirstName, wszLastName; |
