diff options
| author | levlam <levlam@telegram.org> | 2026-06-15 21:17:02 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-06-15 21:17:02 +0300 |
| commit | 14e281baca2ee21f57b28449364c9f627d6a8652 (patch) | |
| tree | 2ea41c64eaf682a5ffca7c6102ac8d5fffc30e09 /CMakeLists.txt | |
| parent | b768eb2911f494c0678f4a4ff2c4a0529cb3cc6e (diff) | |
Add td_api::inputRichMessageMedia,
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 95b441409..c3f02ec2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -606,6 +606,7 @@ set(TDLIB_SOURCE_PART2 td/telegram/Requests.cpp td/telegram/RestrictionReason.cpp td/telegram/RichMessage.cpp + td/telegram/RichMessageMedia.cpp td/telegram/SavedMessagesManager.cpp td/telegram/SavedMessagesTopicId.cpp td/telegram/ScopeNotificationSettings.cpp @@ -1029,6 +1030,7 @@ set(TDLIB_SOURCE_PART2 td/telegram/Requests.h td/telegram/RestrictionReason.h td/telegram/RichMessage.h + td/telegram/RichMessageMedia.h td/telegram/SavedMessagesManager.h td/telegram/SavedMessagesTopicId.h td/telegram/ScheduledServerMessageId.h @@ -1229,6 +1231,7 @@ set(TDLIB_SOURCE_PART2 td/telegram/ReplyMarkup.hpp td/telegram/RequestedDialogType.hpp td/telegram/RichMessage.hpp + td/telegram/RichMessageMedia.hpp td/telegram/ScopeNotificationSettings.hpp td/telegram/SecureValue.hpp td/telegram/SendCodeHelper.hpp |
