diff options
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r-- | protocols/Telegram/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h index 99ab0898ec..a386466176 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -161,6 +161,7 @@ class CTelegramProto : public PROTO<CTelegramProto> std::unique_ptr<td::ClientManager> m_pClientManager; TD::object_ptr<TD::AuthorizationState> pAuthState; + TD::object_ptr<TD::ConnectionState> pConnState; mir_cs m_csMarkRead; TD::int53 m_markChatId = 0; |