- API ›
- Constructors ›
- InputInvoicePremiumAuthCode
InputInvoicePremiumAuthCode
---types--- inputInvoicePremiumAuthCode#3e77f614 purpose:InputStorePaymentPurpose = InputInvoice
Belongs to
| InputInvoice |
In Rust this constructor is a variant of the enums::InputInvoice enum.
Match on it with: if let enums::InputInvoice::InputInvoicePremiumAuthCode(v) = result { ... }
Parameters
| purpose | InputStorePaymentPurpose | required |
Used by
| GetPaymentForm |
| SendPaymentForm |
| SendStarsForm |
| ValidateRequestedInfo |