PaymentsBotCancelStarsSubscription constructor
const
PaymentsBotCancelStarsSubscription({
- required bool restore,
- required InputUserBase userId,
- required String chargeId,
Payments Bot Cancel Stars Subscription constructor.
Implementation
const PaymentsBotCancelStarsSubscription({
required this.restore,
required this.userId,
required this.chargeId,
}) : super._();