MadelineProto/docs/TD_docs/methods/answerPreCheckoutQuery.md

24 lines
636 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: answerPreCheckoutQuery
description: Bots only. Sets result of a pre checkout query
---
## Method: answerPreCheckoutQuery
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Sets result of a pre checkout query
### Parameters:
2017-08-25 15:05:53 +02:00
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2018-03-20 16:42:05 +01:00
|pre\_checkout\_query\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Identifier of the pre-checkout query|
|error\_message|[CLICK ME string](../types/string.md) | Yes|Error message, empty on success|
2017-08-25 15:05:53 +02:00
### Return type: [Ok](../types/Ok.md)