Constructor: inputInvoicePremiumGiftCode
Used if the user wishes to start a channel giveaway or send some giftcodes to members of a channel, in exchange for boosts.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
purpose | InputStorePaymentPurpose | Yes | Should be populated with inputStorePaymentPremiumGiveaway for giveaways and inputStorePaymentPremiumGiftCode for gifts. |
option | PremiumGiftCodeOption | Yes | Should be populated with one of the giveaway options returned by payments.getPremiumGiftCodeOptions, see the giveaways » documentation for more info. |
Type: InputInvoice
Example:
$inputInvoicePremiumGiftCode = ['_' => 'inputInvoicePremiumGiftCode', 'purpose' => InputStorePaymentPurpose, 'option' => PremiumGiftCodeOption];