View Source ExTDLib.Method.ValidateOrderInfo (ExTDLib v0.0.4)
Validates the order information provided by a user and returns the available shipping options for a flexible invoice. Returns object_ptr<ValidatedOrderInfo>.
| Name | Type | Description |
|---|---|---|
| input_invoice | InputInvoice | The invoice. |
| order_info | orderInfo | The order information, provided by the user; pass null if empty. |
| allow_save | bool | Pass true to save the order information. |
More details on telegram's documentation.