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

Parameters

Name Type Description
Auction InputStarGiftAuction Auction to query
Version int State version

Gogram Example

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