diff options
| author | levlam <levlam@telegram.org> | 2026-04-14 14:00:58 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-04-14 14:00:58 +0300 |
| commit | d72be76092313dd434e4a399e524cf982a4ac9d6 (patch) | |
| tree | 16895b282c36f2c37f2a5caaa9bb33b2d0794b83 /CMakeLists.txt | |
| parent | f65f56761a2679adce07ec5ed9e8ee38e0192042 (diff) | |
Support custom styles in textCompositionStyle.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 92b52f7d1..288b7efd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -344,6 +344,7 @@ set(TDLIB_SOURCE_PART1 td/telegram/ActiveStoryState.cpp td/telegram/AffiliateType.cpp td/telegram/AgeVerificationParameters.cpp + td/telegram/AiComposeTone.cpp td/telegram/AlarmManager.cpp td/telegram/AnimationsManager.cpp td/telegram/Application.cpp @@ -701,6 +702,7 @@ set(TDLIB_SOURCE_PART2 td/telegram/AffectedHistory.h td/telegram/AffiliateType.h td/telegram/AgeVerificationParameters.h + td/telegram/AiComposeTone.h td/telegram/AlarmManager.h td/telegram/AnimationsManager.h td/telegram/Application.h @@ -1125,6 +1127,7 @@ set(TDLIB_SOURCE_PART2 td/telegram/WebPagesManager.h td/telegram/AgeVerificationParameters.hpp + td/telegram/AiComposeTone.hpp td/telegram/AnimationsManager.hpp td/telegram/AudiosManager.hpp td/telegram/AuthManager.hpp |
