UpdateBotStarsSubscription constructor
const
UpdateBotStarsSubscription({})
Update Bot Stars Subscription constructor.
Implementation
const UpdateBotStarsSubscription({
required this.canceled,
required this.paymentFailed,
required this.restored,
required this.userId,
required this.payload,
required this.qts,
}) : super._();