InputStorePaymentPremiumGiftCode constructor

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

Input Store Payment Premium Gift Code constructor.

Implementation

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