MadelineProtoDocs/docs/TD_docs/constructors/updateNewInlineQuery.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

28 lines
858 B
Markdown

---
title: updateNewInlineQuery
description: Bots only. New incoming inline query
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: updateNewInlineQuery
[Back to constructors index](index.md)
Bots only. New incoming inline query
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[int64](../constructors/int64.md) | Yes|Unique query identifier|
|sender\_user\_id|[int](../types/int.md) | Yes|Identifier of the user who sent the query|
|user\_location|[location](../constructors/location.md) | Yes|User location, provided by the client, nullable|
|query|[string](../types/string.md) | Yes|Text of the query|
|offset|[string](../types/string.md) | Yes|Offset of the first entry to return|
### Type: [Update](../types/Update.md)