MadelineProtoDocs/docs/TD_docs/methods/getInlineQueryResults.md

28 lines
1.1 KiB
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: getInlineQueryResults
description: Sends inline query to a bot and returns its results. Returns error with code 502 if bot fails to answer the query before query timeout expires. Unavailable for bots
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Method: getInlineQueryResults
2018-04-01 13:19:25 +02:00
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Sends inline query to a bot and returns its results. Returns error with code 502 if bot fails to answer the query before query timeout expires. Unavailable for bots
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|bot\_user\_id|[int](../types/int.md) | Yes|Identifier of the bot send query to|
|chat\_id|[int53](../types/int53.md) | Yes|Identifier of the chat, where the query is sent|
|user\_location|[location](../constructors/location.md) | Yes|User location, only if needed|
|query|[string](../types/string.md) | Yes|Text of the query|
|offset|[string](../types/string.md) | Yes|Offset of the first entry to return|
### Return type: [InlineQueryResults](../types/InlineQueryResults.md)