InputStorePaymentStarsTopup constructor

const InputStorePaymentStarsTopup({
  1. required int stars,
  2. required String currency,
  3. required int amount,
  4. InputPeerBase? spendPurposePeer,
})

Input Store Payment Stars Topup constructor.

Implementation

const InputStorePaymentStarsTopup({
  required this.stars,
  required this.currency,
  required this.amount,
  this.spendPurposePeer,
}) : super._();