payments.getCraftStarGifts

payments.savedStarGifts#95f389b1 flags:# count:int chat_notifications_enabled:flags.1?Bool gifts:Vector<SavedStarGift> next_offset:flags.0?string chats:Vector<Chat> users:Vector<User> = payments.SavedStarGifts;
---functions---
payments.getCraftStarGifts#fd05dd00 gift_id:long offset:string limit:int = payments.SavedStarGifts;

Parameters

Name Type Description
gift_id long  
offset string  
limit int Maximum number of results to return, see pagination

Result

payments.SavedStarGifts

Only users can use this method

Possible errors

Code Type Description
400 STARGIFT_INVALID The passed gift is invalid.

Related pages

Pagination in the API

How to fetch results from large lists of objects.