StarGiftAuctionState#

class pyrogram.raw.types.StarGiftAuctionState#

Constructor of StarGiftAuctionState.

Details:
  • Layer: 223

  • ID: 771A4E66

Parameters:
  • version (int 32-bit)

  • start_date (int 32-bit)

  • end_date (int 32-bit)

  • min_bid_amount (int 64-bit)

  • bid_levels (List of AuctionBidLevel)

  • top_bidders (List of int 64-bit)

  • next_round_at (int 32-bit)

  • last_gift_num (int 32-bit)

  • gifts_left (int 32-bit)

  • current_round (int 32-bit)

  • total_rounds (int 32-bit)

  • rounds (List of StarGiftAuctionRound)