payments.starsStatus#6c9ce8ed flags:# balance:StarsAmount subscriptions:flags.1?Vector<StarsSubscription> subscriptions_next_offset:flags.2?string subscriptions_missing_balance:flags.4?long history:flags.3?Vector<StarsTransaction> next_offset:flags.0?string chats:Vector<Chat> users:Vector<User> = payments.StarsStatus;
Parameters
| Name | Type | Description |
| flags |
# |
Bit mask: a field written flags.N?T is present only when bit N is set. |
| balance |
StarsAmount |
|
| subscriptions |
flags.1?Vector<StarsSubscription> |
|
| subscriptions_next_offset |
flags.2?string |
|
| subscriptions_missing_balance |
flags.4?long |
|
| history |
flags.3?Vector<StarsTransaction> |
|
| 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.StarsStatus
Related pages
Types used here