PaymentsBotCancelStarsSubscription constructor

const PaymentsBotCancelStarsSubscription({
  1. required bool restore,
  2. required InputUserBase userId,
  3. required String chargeId,
})

Payments Bot Cancel Stars Subscription constructor.

Implementation

const PaymentsBotCancelStarsSubscription({
  required this.restore,
  required this.userId,
  required this.chargeId,
}) : super._();