Constructor: starGiftAuctionUserState
Attributes:
| Name | Type | Required |
|---|---|---|
| returned | Bool | Optional |
| bid_amount | long | Optional |
| bid_date | int | Optional |
| min_bid_amount | long | Optional |
| bid_peer | Peer | Optional |
| acquired_count | int | Yes |
Type: StarGiftAuctionUserState
Example:
$starGiftAuctionUserState = ['_' => 'starGiftAuctionUserState', 'returned' => Bool, 'bid_amount' => long, 'bid_date' => int, 'min_bid_amount' => long, 'bid_peer' => Peer, 'acquired_count' => int];