AuctionStateFinished¶
Contains information about a finished auction
AuctionStateFinished(
start_date: int32,
end_date: int32,
average_price: int53,
acquired_item_count: int32,
telegram_listed_item_count: int32,
fragment_listed_item_count: int32,
fragment_url: string
) → AuctionState
start_date¶
int32
Point in time (Unix timestamp) when the auction started
end_date¶
int32
Point in time (Unix timestamp) when the auction will be ended
average_price¶
int53
Average price of bought items in Telegram Stars
acquired_item_count¶
int32
The number of items that were purchased by the current user on the auction
telegram_listed_item_count¶
int32
Number of items from the auction being resold on Telegram
fragment_listed_item_count¶
int32
Number of items from the auction being resold on Fragment
fragment_url¶
string
The HTTPS link to the Fragment for the resold items; may be empty if there are no such items being sold on Fragment