PaymentsLaunchPrepaidGiveaway constructor

const PaymentsLaunchPrepaidGiveaway({
  1. required InputPeerBase peer,
  2. required int giveawayId,
  3. required InputStorePaymentPurposeBase purpose,
})

Payments Launch Prepaid Giveaway constructor.

Implementation

const PaymentsLaunchPrepaidGiveaway({
  required this.peer,
  required this.giveawayId,
  required this.purpose,
}) : super._();