MadelineProto/docs/TD_docs/constructors/updateNewInlineQuery.md

27 lines
776 B
Markdown
Raw Normal View History

---
title: updateNewInlineQuery
description: Bots only. New incoming inline query
---
## Constructor: updateNewInlineQuery
[Back to constructors index](index.md)
Bots only. New incoming inline query
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|id|[long](../types/long.md) | Yes|Unique query identifier|
|sender\_user\_id|[int](../types/int.md) | Yes|Identifier of the user who sent the query|
2017-09-29 15:50:59 +02:00
|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)