StarTransactionTypeBotSubscriptionPurchase constructor

StarTransactionTypeBotSubscriptionPurchase({
  1. required int userId,
  2. required int subscriptionPeriod,
  3. ProductInfo? productInfo,
})

Implementation

StarTransactionTypeBotSubscriptionPurchase({
  required this.userId,
  required this.subscriptionPeriod,
  this.productInfo,
});