Layer 227
PaymentsGetStarGiftAuctionAcquiredGifts
Fetches all the gifts that the current user won in an auction.
method
Users
payments.getStarGiftAuctionAcquiredGifts#6ba2cbec gift_id:long = payments.StarGiftAuctionAcquiredGifts;
Parameters
| Name | Type | Description |
|---|---|---|
| GiftId | long | The gift ID linked to the auction. |
Gogram Example
// PaymentsGetStarGiftAuctionAcquiredGifts - positional arguments result, err := client.PaymentsGetStarGiftAuctionAcquiredGifts(int64(1234567890)) if err != nil { // handle error } // result is *tg.PaymentsStarGiftAuctionAcquiredGifts
Possible Errors
| Code | Type | Description |
|---|---|---|
| 400 | STARGIFT_INVALID | The passed gift is invalid. |