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