InputInvoiceStarGiftPrepaidUpgrade constructor

const InputInvoiceStarGiftPrepaidUpgrade({
  1. required InputPeerBase peer,
  2. required String hash,
})

Input Invoice Star Gift Prepaid Upgrade constructor.

Implementation

const InputInvoiceStarGiftPrepaidUpgrade({
  required this.peer,
  required this.hash,
}) : super._();