Constructor: inputInvoiceStarGiftPrepaidUpgrade
Separately prepay for the upgrade of a gift ».
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| peer | Username, chat ID, Update, Message or InputPeer | Optional | The peer that owns the gift. |
| hash | string | Yes | The upgrade hash from messageActionStarGift.prepaid_upgrade_hash or savedStarGift.prepaid_upgrade_hash. |
Type: InputInvoice
Example:
$inputInvoiceStarGiftPrepaidUpgrade = ['_' => 'inputInvoiceStarGiftPrepaidUpgrade', 'peer' => InputPeer, 'hash' => 'string'];