Layer 227
PaymentsGetStarGiftActiveAuctions
Fetches all currently active gift auctions the user has ever bid on (including auctions where the user was outbid and their bid was returned), as long as the auction hasn't ended yet.
method
Users
payments.getStarGiftActiveAuctions#a5d0514d hash:long = payments.StarGiftActiveAuctions;
Parameters
| Name | Type | Description |
|---|---|---|
| Hash | long | Hash generated as specified here |
Returns
payments.StarGiftActiveAuctionsGogram Example
// PaymentsGetStarGiftActiveAuctions - positional arguments result, err := client.PaymentsGetStarGiftActiveAuctions(int64(1234567890)) if err != nil { // handle error } // result is *tg.PaymentsStarGiftActiveAuctions