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