Layer 220
PaymentsGetStarGiftActiveAuctions
method
payments.getStarGiftActiveAuctions#a5d0514d hash:long = payments.StarGiftActiveAuctions;
Parameters
| Name | Type | Description |
|---|---|---|
| Hash | long |
Returns
payments.StarGiftActiveAuctionsGogram Example
// PaymentsGetStarGiftActiveAuctions - positional arguments result, err := client.PaymentsGetStarGiftActiveAuctions(int64(0)) if err != nil { // handle error } // result is *tg.PaymentsStarGiftActiveAuctions