Inherits Object.
Describes a round of an auction.
Public Fields | |
| int32 | number_ |
| 1-based number of the round. | |
| int32 | duration_ |
| Duration of the round, in seconds. | |
| int32 | extend_time_ |
| The number of seconds for which the round will be extended if there are changes in the top winners. | |
| int32 | top_winner_count_ |
| The number of top winners who trigger round extension if changed. | |
Public Instance Methods | |
| auctionRound () | |
| auctionRound (int32 number_, int32 duration_, int32 extend_time_, int32 top_winner_count_) | |
| void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
| virtual void | store (TlStorerUnsafe &s) const |
| virtual void | store (TlStorerCalcLength &s) const |
| TlObject ()=default | |
| TlObject (const TlObject &)=delete | |
| TlObject & | operator= (const TlObject &)=delete |
| TlObject (TlObject &&)=default | |
| TlObject & | operator= (TlObject &&)=default |
| virtual | ~TlObject ()=default |
Static Public Attributes | |
| static const std::int32_t | ID = -986948877 |
| Identifier uniquely determining a type of the object. | |
| auctionRound | ( | ) |
Describes a round of an auction.
| auctionRound | ( | int32 | number_, |
| int32 | duration_, | ||
| int32 | extend_time_, | ||
| int32 | top_winner_count_ | ||
| ) |
Describes a round of an auction.
| [in] | number_ | 1-based number of the round. |
| [in] | duration_ | Duration of the round, in seconds. |
| [in] | extend_time_ | The number of seconds for which the round will be extended if there are changes in the top winners. |
| [in] | top_winner_count_ | The number of top winners who trigger round extension if changed. |
|
finalvirtual |