InputInvoiceStarGiftPrepaidUpgrade constructor
const
InputInvoiceStarGiftPrepaidUpgrade({
- required InputPeerBase peer,
- required String hash,
Input Invoice Star Gift Prepaid Upgrade constructor.
Implementation
const InputInvoiceStarGiftPrepaidUpgrade({
required this.peer,
required this.hash,
}) : super._();