aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2026-04-17 18:11:41 +0300
committerlevlam <levlam@telegram.org>2026-04-17 18:11:41 +0300
commit19292458f5e1f3f36725c8a2445b88871c74b14a (patch)
tree1c4cacf3b20a684845911ddf6304ac7f9a6746ea /CMakeLists.txt
parentf5b5a6e1131b09906fb23bd3495d9b9f9a4cd1e9 (diff)
Add td_api::botAccessSettings.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bc3a9bc70..9fc5eb72e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -361,6 +361,7 @@ set(TDLIB_SOURCE_PART1
td/telegram/BaseTheme.cpp
td/telegram/Birthdate.cpp
td/telegram/BoostManager.cpp
+ td/telegram/BotAccessSettings.cpp
td/telegram/BotCommand.cpp
td/telegram/BotCommandScope.cpp
td/telegram/BotInfoManager.cpp
@@ -724,6 +725,7 @@ set(TDLIB_SOURCE_PART2
td/telegram/BotVerifierSettings.h
td/telegram/BlockListId.h
td/telegram/BoostManager.h
+ td/telegram/BotAccessSettings.h
td/telegram/BotCommand.h
td/telegram/BotCommandScope.h
td/telegram/BotInfoManager.h