TDLib v0.0.2 TDLib.Method.ValidateOrderInfo View Source
Validates the order information provided by a user and returns the available shipping options for a flexible invoice.
Returns object_ptr
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier of the Invoice message. |
| message_id | string | Message identifier. |
| order_info | orderInfo | The order information, provided by the user. |
| allow_save | bool | True, if the order information can be saved. |
More details on telegram’s documentation.