Layer 220
StarGiftAuctionUserState
constructor
starGiftAuctionUserState#2eeed1c4 flags:# returned:flags.1?true bid_amount:flags.0?long bid_date:flags.0?int min_bid_amount:flags.0?long bid_peer:flags.0?Peer acquired_count:int = StarGiftAuctionUserState;
Parameters
| Name | Type | Description |
|---|---|---|
| Returned | flags.1?true | |
| BidAmount | flags.0?long | |
| BidDate | flags.0?int | |
| MinBidAmount | flags.0?long | |
| BidPeer | flags.0?Peer | |
| AcquiredCount | int |
Returns
StarGiftAuctionUserStateGogram Example
// Creating StarGiftAuctionUserState constructor obj := &tg.StarGiftAuctionUserState{ AcquiredCount: 0, // Optional fields: // Returned: true, // BidAmount: int64(0), // BidDate: 0, // MinBidAmount: int64(0), // ... more optional fields }