diff options
author | llnulldisk <48621230+llnulldisk@users.noreply.github.com> | 2022-09-04 20:33:21 +0200 |
---|---|---|
committer | llnulldisk <48621230+llnulldisk@users.noreply.github.com> | 2022-09-04 20:33:21 +0200 |
commit | 5492d26d21d09dc9cc3551f32a8eab7a2e783e3c (patch) | |
tree | c4650f25f5d1a6451f14b54d3169101bd823239e /CMakeLists.txt | |
parent | 38f8755a35e696c52c3bae6aceb19513b73d41af (diff) |
Update to API 5.3
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 ecb9e0e..f11f6d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,6 +30,8 @@ set(SRC_LIST src/net/Url.cpp src/tools/FileTools.cpp src/tools/StringTools.cpp + src/types/BotCommandScope.cpp + src/types/ChatMember.cpp src/types/InlineQueryResult.cpp src/types/InputFile.cpp src/types/InputMedia.cpp |