auctionBidLevel
Describes a bid in an auction.
type tg.AuctionBidLevel struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Pos | int | yes | Position of the bid. |
Amount | int64 | yes | Amount of the bid in Telegram Stars. |
Date | int | yes | Date when the bid was placed. |
References
- Official documentation
- Generated Go reference
- TL definition:
auctionBidLevel#310240cc