From 8a56cc6391c0f0b13721787c25d2aacccaa1e3a0 Mon Sep 17 00:00:00 2001 From: levlam Date: Sun, 30 Nov 2025 12:31:23 +0300 Subject: Add td_api::userAuctionBid. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3