auction is active

This commit is contained in:
Mikhail Filimonov 2025-11-13 11:25:42 +04:00
parent 938669e1fa
commit 2f66d9931c

View File

@ -77,6 +77,10 @@ public final class GiftAuctionContext {
private let account: Account
public let gift: StarGift
public var isActive: Bool {
return myState?.bidAmount != nil
}
private let disposable = MetaDisposable()
private var auctionState: State.AuctionState?