Layer 224
InputInvoicePremiumAuthCode
Used to pay for login codes, in case of high cost of SMS verification codes for the user's country/provider, see here for more info.
constructor
inputInvoicePremiumAuthCode#3e77f614 purpose:InputStorePaymentPurpose = InputInvoice;
Parameters
| Name | Type | Description |
|---|---|---|
| Purpose | InputStorePaymentPurpose | Must contain an input Store Payment Auth Code. |
Returns
InputInvoiceGogram Example
// Creating InputInvoicePremiumAuthCode constructor obj := &tg.InputInvoicePremiumAuthCode{ Purpose: &tg.InputStorePaymentPurpose{}, }