Layer 220
method
payments.getStarGiftAuctionState#5c9ff4d6 auction:InputStarGiftAuction version:int = payments.StarGiftAuctionState;

Parameters

Name Type Description
Auction InputStarGiftAuction
Version int

Gogram Example

// PaymentsGetStarGiftAuctionState - positional arguments
result, err := client.PaymentsGetStarGiftAuctionState(&tg.InputStarGiftAuction{}, 0)
if err != nil {
    // handle error
}
// result is *tg.PaymentsStarGiftAuctionState