diff options
| author | levlam <levlam@telegram.org> | 2025-11-30 12:31:23 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-11-30 12:31:23 +0300 |
| commit | 8a56cc6391c0f0b13721787c25d2aacccaa1e3a0 (patch) | |
| tree | e7ae780160b06942ebadc9c435329b31554238ed /CMakeLists.txt | |
| parent | 019a96ea5c701a313ea9510412f7304cd13e9a97 (diff) | |
Add td_api::userAuctionBid.
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 4c903461f..d94fe1e28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -612,6 +612,7 @@ set(TDLIB_SOURCE_PART2 td/telegram/StarGiftAttribute.cpp td/telegram/StarGiftAttributeId.cpp td/telegram/StarGiftAuctionState.cpp + td/telegram/StarGiftAuctionUserState.cpp td/telegram/StarGiftCollection.cpp td/telegram/StarGiftId.cpp td/telegram/StarGiftManager.cpp @@ -1016,6 +1017,7 @@ set(TDLIB_SOURCE_PART2 td/telegram/StarGiftAttribute.h td/telegram/StarGiftAttributeId.h td/telegram/StarGiftAuctionState.h + td/telegram/StarGiftAuctionUserState.h td/telegram/StarGiftCollection.h td/telegram/StarGiftCollectionId.h td/telegram/StarGiftId.h |
