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;
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. |
| chat_notifications_enabled |
flags.1?Bool |
|
| gifts |
Vector<SavedStarGift> |
|
| next_offset |
flags.0?string |
Offset for the next page — pass it back on the next call. |
| chats |
Vector<Chat> |
Chats and channels referenced by the response — the client should put them in its cache. |
| users |
Vector<User> |
Users referenced by the response — the client should put them in its cache. |
Type
payments.SavedStarGifts
Related pages
Types used here