diff options
| author | levlam <levlam@telegram.org> | 2026-02-02 21:33:42 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-02-02 21:33:42 +0300 |
| commit | c3676da9296de7ebd1687927bfe2993450ed1558 (patch) | |
| tree | e7ce06157f75921820048fd63a0b5080be89d412 /CMakeLists.txt | |
| parent | 9bd0bbcd99fde3d695948707a48d3c0239d0f8d2 (diff) | |
Add KeyboardButtonStyle class.
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 9aaaf0d46..1eb570ed7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -484,6 +484,7 @@ set(TDLIB_SOURCE_PART1 td/telegram/InputInvoice.cpp td/telegram/InputMessageText.cpp td/telegram/JsonValue.cpp + td/telegram/KeyboardButtonStyle.cpp td/telegram/LanguagePackManager.cpp td/telegram/LinkManager.cpp td/telegram/Location.cpp @@ -862,6 +863,7 @@ set(TDLIB_SOURCE_PART2 td/telegram/InputInvoice.h td/telegram/InputMessageText.h td/telegram/JsonValue.h + td/telegram/KeyboardButtonStyle.h td/telegram/LabeledPricePart.h td/telegram/LanguagePackManager.h td/telegram/LinkManager.h @@ -1159,6 +1161,7 @@ set(TDLIB_SOURCE_PART2 td/telegram/GroupCallMessageLimit.hpp td/telegram/InputInvoice.hpp td/telegram/InputMessageText.hpp + td/telegram/KeyboardButtonStyle.hpp td/telegram/MediaArea.hpp td/telegram/MediaAreaCoordinates.hpp td/telegram/MessageEntity.hpp |
