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.getSavedStarGifts#23830de9 flags:# exclude_unsaved:flags.0?true exclude_saved:flags.1?true exclude_unlimited:flags.2?true exclude_limited:flags.3?true exclude_unique:flags.4?true sort_by_value:flags.5?true peer:InputPeer offset:string limit:int = payments.SavedStarGifts;
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
exclude_unsaved | flags.0?true | |
exclude_saved | flags.1?true | |
exclude_unlimited | flags.2?true | |
exclude_limited | flags.3?true | |
exclude_unique | flags.4?true | |
sort_by_value | flags.5?true | |
peer | InputPeer | |
offset | string | |
limit | int | Maximum number of results to return, see pagination |
How to fetch results from large lists of objects.