StarTransactionTypeBotSubscriptionPurchase constructor
StarTransactionTypeBotSubscriptionPurchase({
- required int userId,
- required int subscriptionPeriod,
- ProductInfo? productInfo,
Implementation
StarTransactionTypeBotSubscriptionPurchase({
required this.userId,
required this.subscriptionPeriod,
this.productInfo,
});