MadelineProto/docs/TD_docs/methods/validateOrderInfo.md

26 lines
908 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: validateOrderInfo
description: Validates order information provided by the user and returns available shipping options for flexible invoice
---
## Method: validateOrderInfo
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Validates order information provided by the user and returns available shipping options for flexible invoice
### Params:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2017-09-29 15:50:59 +02:00
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier of the Invoice message|
2017-08-25 15:05:53 +02:00
|message\_id|[int53](../types/int53.md) | Yes|Message identifier|
2017-09-29 15:50:59 +02:00
|order\_info|[orderInfo](../constructors/orderInfo.md) | Yes|Order information, provided by the user|
2017-08-25 15:05:53 +02:00
|allow\_save|[Bool](../types/Bool.md) | Yes|True, if order information can be saved|
### Return type: [ValidatedOrderInfo](../types/ValidatedOrderInfo.md)