Constructor: starGiftAuctionAcquiredGift
Attributes:
| Name | Type | Required |
|---|---|---|
| name_hidden | Bool | Optional |
| peer | long | Yes |
| date | int | Yes |
| bid_amount | long | Yes |
| round | int | Yes |
| pos | int | Yes |
| message | TextWithEntities | Optional |
Type: StarGiftAuctionAcquiredGift
Example:
$starGiftAuctionAcquiredGift = ['_' => 'starGiftAuctionAcquiredGift', 'name_hidden' => Bool, 'peer' => long, 'date' => int, 'bid_amount' => long, 'round' => int, 'pos' => int, 'message' => TextWithEntities];