diff options
author | George Hazan <ghazan@miranda.im> | 2023-01-30 19:16:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-01-30 19:16:28 +0300 |
commit | 172ad46d5c457dda639376478e856a3c643635fa (patch) | |
tree | fcd8c5edf9c3263094c3c3ca48a41755f6d1e0a8 /protocols/Telegram/src/proto.h | |
parent | 71f29fec24a26a89daab816566a4ae114593e340 (diff) |
fixes #3312 (Telegram: унифицировать настройку статусов с ICQ)
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r-- | protocols/Telegram/src/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h index c88c6c9666..ba643520e5 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -226,6 +226,10 @@ public: CMOption<wchar_t*> m_wszDeviceName; // how do you see this session in Device List CMOption<bool> m_bHideGroupchats; // do not open chat windows on creation CMOption<bool> m_bUsePopups; + CMOption<uint32_t> m_iTimeDiff1; // set this status to m_iStatus1 after this interval of secs + CMOption<uint32_t> m_iStatus1; + CMOption<uint32_t> m_iTimeDiff2; // set this status to m_iStatus2 after this interval of secs + CMOption<uint32_t> m_iStatus2; // Processing Threads //////////////////////////////////////////////////////////////// |