Constructor: updateStarGiftAuctionState
Attributes:
| Name | Type | Required |
|---|---|---|
| gift_id | long | Yes |
| state | StarGiftAuctionState | Yes |
Type: Update
Example:
$updateStarGiftAuctionState = ['_' => 'updateStarGiftAuctionState', 'gift_id' => long, 'state' => StarGiftAuctionState];