InputStorePaymentPremiumGiftCode constructor

const InputStorePaymentPremiumGiftCode({
  1. required List<InputUserBase> users,
  2. InputPeerBase? boostPeer,
  3. required String currency,
  4. required int amount,
})

Input Store Payment Premium Gift Code constructor.

Implementation

const InputStorePaymentPremiumGiftCode({
  required this.users,
  this.boostPeer,
  required this.currency,
  required this.amount,
}) : super._();