PaymentsChangeStarsSubscription constructor

const PaymentsChangeStarsSubscription({
  1. required InputPeerBase peer,
  2. required String subscriptionId,
  3. bool? canceled,
})

Payments Change Stars Subscription constructor.

Implementation

const PaymentsChangeStarsSubscription({
  required this.peer,
  required this.subscriptionId,
  this.canceled,
}) : super._();