Layer 227
constructor
updateStarGiftAuctionState#48e246c2 gift_id:long state:StarGiftAuctionState = Update;

Parameters

Name Type Description
GiftId long ID of the collectible gift currently being distributed in the auction.
State StarGiftAuctionState Auction state.

Returns

Update

Gogram Example

// Creating UpdateStarGiftAuctionState constructor
obj := &tg.UpdateStarGiftAuctionState{
    GiftId: int64(1234567890),
    State: &tg.StarGiftAuctionState{},
}