payments.getStarGiftAuctionAcquiredGifts

Fetches all the gifts that the current user won in an auction.

payments.starGiftAuctionAcquiredGifts#7d5bd1f0 gifts:Vector<StarGiftAuctionAcquiredGift> users:Vector<User> chats:Vector<Chat> = payments.StarGiftAuctionAcquiredGifts;
---functions---
payments.getStarGiftAuctionAcquiredGifts#6ba2cbec gift_id:long = payments.StarGiftAuctionAcquiredGifts;

Parameters

Name Type Description
gift_id long The gift ID linked to the auction.

Result

payments.StarGiftAuctionAcquiredGifts

Only users can use this method

Possible errors

Code Type Description
400 STARGIFT_INVALID The passed gift is invalid.

Related pages

Auctions