Layer 220
UpdateStarGiftAuctionUserState
constructor
updateStarGiftAuctionUserState#dc58f31e gift_id:long user_state:StarGiftAuctionUserState = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| GiftId | long | |
| UserState | StarGiftAuctionUserState |
Returns
UpdateGogram Example
// Creating UpdateStarGiftAuctionUserState constructor obj := &tg.UpdateStarGiftAuctionUserState{ GiftId: int64(0), UserState: &tg.StarGiftAuctionUserState{}, }