Layer 220
PaymentsGetStarGiftAuctionState
method
payments.getStarGiftAuctionState#5c9ff4d6 auction:InputStarGiftAuction version:int = payments.StarGiftAuctionState;
Parameters
| Name | Type | Description |
|---|---|---|
| Auction | InputStarGiftAuction | |
| Version | int |
Returns
payments.StarGiftAuctionStateGogram Example
// PaymentsGetStarGiftAuctionState - positional arguments result, err := client.PaymentsGetStarGiftAuctionState(&tg.InputStarGiftAuction{}, 0) if err != nil { // handle error } // result is *tg.PaymentsStarGiftAuctionState