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;
Parameters
| Name | Type | Description |
| flags |
# |
Bit mask: a field written flags.N?T is present only when bit N is set. |
| count |
int |
Total number of records, not the size of this page. |
| gifts |
Vector<StarGift> |
|
| next_offset |
flags.0?string |
Offset for the next page — pass it back on the next call. |
| attributes |
flags.1?Vector<StarGiftAttribute> |
|
| attributes_hash |
flags.1?long |
|
| chats |
Vector<Chat> |
Chats and channels referenced by the response — the client should put them in its cache. |
| counters |
flags.2?Vector<StarGiftAttributeCounter> |
|
| users |
Vector<User> |
Users referenced by the response — the client should put them in its cache. |
Type
payments.ResaleStarGifts
Related pages
Types used here