diff options
| author | levlam <levlam@telegram.org> | 2025-10-27 23:11:37 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-10-27 23:11:37 +0300 |
| commit | ee77e330aabe74bff135a22a8ccf6d2283226128 (patch) | |
| tree | 37ce4800d1424c93ad9ede5b04ed001603db1da9 /CMakeLists.txt | |
| parent | d05802418db5d7e07ec80a4d42edc107282dee8e (diff) | |
Add class ActiveStoryState.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cb189e764..e73c71a5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -342,6 +342,7 @@ set(TD_MTPROTO_SOURCE set(TDLIB_SOURCE_PART1 td/telegram/AccountManager.cpp + td/telegram/ActiveStoryState.cpp td/telegram/AffiliateType.cpp td/telegram/AgeVerificationParameters.cpp td/telegram/AlarmManager.cpp @@ -679,6 +680,7 @@ set(TDLIB_SOURCE_PART2 td/telegram/AccentColorId.h td/telegram/AccessRights.h td/telegram/AccountManager.h + td/telegram/ActiveStoryState.h td/telegram/AffectedHistory.h td/telegram/AffiliateType.h td/telegram/AgeVerificationParameters.h |
