Update API

This commit is contained in:
Ilya Laktyushin 2025-11-12 22:06:23 +04:00
parent 1be0aaef7c
commit e680691988
15 changed files with 592 additions and 95 deletions

View file

@ -560,7 +560,7 @@ open class TelegramBaseController: ViewController, KeyShortcutResponder {
guard let self, let auction else {
return
}
let controller = self.context.sharedContext.makeGiftAuctionBidScreen(context: self.context, auctionContext: auction)
let controller = self.context.sharedContext.makeGiftAuctionBidScreen(context: self.context, toPeerId: auction.currentBidPeerId ?? self.context.account.peerId, auctionContext: auction)
self.push(controller)
})
}