AuctionBidLevel

class pyrogram.raw.base.AuctionBidLevel
Constructors:

This base type has 1 constructor available.

AuctionBidLevel

{schema}

TL Schema

auctionBidLevel#310240cc
pos:int
amount:long
date:int

= AuctionBidLevel

Parameter Tree

AuctionBidLevel
├── posint
├── amountlong
└── dateint

Example

AuctionBidLevel(
    pos=0,
    amount=0,
    date=0,
)