Layer 224
PaymentsGetStarGiftAuctionState
Get current auction state for a gift
method
payments.getStarGiftAuctionState#5c9ff4d6 auction:InputStarGiftAuction version:int = payments.StarGiftAuctionState;
Parameters
| Name | Type | Description |
|---|---|---|
| Auction | InputStarGiftAuction | Auction to query |
| Version | int | State version |
Returns
payments.StarGiftAuctionStateGogram Example
// PaymentsGetStarGiftAuctionState - positional arguments result, err := client.PaymentsGetStarGiftAuctionState(&tg.InputStarGiftAuction{}, 42) if err != nil { // handle error } // result is *tg.PaymentsStarGiftAuctionState