PaymentsGetStarsSubscriptions constructor

const PaymentsGetStarsSubscriptions({
  1. required bool missingBalance,
  2. required InputPeerBase peer,
  3. required String offset,
})

Payments Get Stars Subscriptions constructor.

Implementation

const PaymentsGetStarsSubscriptions({
  required this.missingBalance,
  required this.peer,
  required this.offset,
}) : super._();