StarsStatus
---types---
payments.starsStatus#bbfa316c flags:# balance:long 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
Belongs to
This type can only be an instance of:
Members
balance | long | |
chats | Chat | A list must be supplied. |
users | User | A list must be supplied. |
subscriptions | StarsSubscription | This argument defaults to None and can be omitted. Otherwise, a list must be supplied. |
subscriptions_next_offset | string | This argument defaults to None and can be omitted. |
subscriptions_missing_balance | long | This argument defaults to None and can be omitted. |
history | StarsTransaction | This argument defaults to None and can be omitted. Otherwise, a list must be supplied. |
next_offset | string | This argument defaults to None and can be omitted. |