AuctionStateFinished

class pyrogram.types.AuctionStateFinished

Contains information about a finished auction.

Parameters:
  • start_date (datetime) – Date the action was started.

  • end_date (datetime) – Date the action will be ended.

  • average_price (int) – Average price of bought items in Telegram Stars.

  • telegram_listed_item_count (int, optional) – Number of items from the auction being resold on Telegram.

  • fragment_listed_item_count (int, optional) – Number of items from the auction being resold on Fragment.

  • fragment_url (str, optional) – The HTTPS link to the Fragment for the resold items. May be None if there are no such items being sold on Fragment.