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>.

NameTypeDescription
input_invoiceInputInvoiceThe invoice.
order_infoorderInfoThe order information, provided by the user; pass null if empty.
allow_saveboolPass true to save the order information.

More details on telegram's documentation.