Constructor: updateStarGiftAuctionUserState
Attributes:
| Name | Type | Required |
|---|---|---|
| gift_id | long | Yes |
| user_state | StarGiftAuctionUserState | Yes |
Type: Update
Example:
$updateStarGiftAuctionUserState = ['_' => 'updateStarGiftAuctionUserState', 'gift_id' => long, 'user_state' => StarGiftAuctionUserState];