payments.resaleStarGifts#947a12df flags:# count:int gifts:Vector<StarGift> next_offset:flags.0?string attributes:flags.1?Vector<StarGiftAttribute> attributes_hash:flags.1?long chats:Vector<Chat> counters:flags.2?Vector<StarGiftAttributeCounter> users:Vector<User> = payments.ResaleStarGifts;
---functions---
payments.getResaleStarGifts#7a5fa236 flags:# sort_by_price:flags.1?true sort_by_num:flags.2?true attributes_hash:flags.0?long gift_id:long attributes:flags.3?Vector<StarGiftAttributeId> offset:string limit:int = payments.ResaleStarGifts;
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
sort_by_price | flags.1?true | |
sort_by_num | flags.2?true | |
attributes_hash | flags.0?long | |
gift_id | long | |
attributes | flags.3?Vector<StarGiftAttributeId> | |
offset | string | |
limit | int | Maximum number of results to return, see pagination |
How to fetch results from large lists of objects.