- API ›
- Constructors ›
- InputInvoiceMessage
InputInvoiceMessage
---types--- inputInvoiceMessage#c5b56859 peer:InputPeer msg_id:int = InputInvoice
Belongs to
| InputInvoice |
In Rust this constructor is a variant of the enums::InputInvoice enum.
Match on it with: if let enums::InputInvoice::InputInvoiceMessage(v) = result { ... }
Parameters
Used by
| GetPaymentForm |
| SendPaymentForm |
| SendStarsForm |
| ValidateRequestedInfo |