PaymentsStarsStatus constructor
const
PaymentsStarsStatus({
- required StarsAmountBase balance,
- List<
StarsSubscriptionBase> ? subscriptions, - String? subscriptionsNextOffset,
- int? subscriptionsMissingBalance,
- List<
StarsTransactionBase> ? history, - String? nextOffset,
- required List<
ChatBase> chats, - required List<
UserBase> users,
Payments Stars Status constructor.
Implementation
const PaymentsStarsStatus({
required this.balance,
this.subscriptions,
this.subscriptionsNextOffset,
this.subscriptionsMissingBalance,
this.history,
this.nextOffset,
required this.chats,
required this.users,
}) : super._();