StarTransactionTypeChannelSubscriptionPurchase constructor

StarTransactionTypeChannelSubscriptionPurchase({
  1. required int chatId,
  2. required int subscriptionPeriod,
})

Implementation

StarTransactionTypeChannelSubscriptionPurchase({
  required this.chatId,
  required this.subscriptionPeriod,
});