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