PaymentsGetStarsSubscriptions constructor
const
PaymentsGetStarsSubscriptions({
- required bool missingBalance,
- required InputPeerBase peer,
- required String offset,
Payments Get Stars Subscriptions constructor.
Implementation
const PaymentsGetStarsSubscriptions({
required this.missingBalance,
required this.peer,
required this.offset,
}) : super._();