MadelineProto/docs/API_docs/constructors/updateBotInlineQuery.md

29 lines
736 B
Markdown
Raw Normal View History

2016-12-20 13:15:22 +01:00
---
title: updateBotInlineQuery
2016-12-20 13:32:11 +01:00
description: updateBotInlineQuery attributes, type and example
2016-12-20 13:15:22 +01:00
---
## Constructor: updateBotInlineQuery
2016-12-20 13:15:22 +01:00
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|query\_id|[long](../types/long.md) | Required|
|user\_id|[int](../types/int.md) | Required|
|query|[string](../types/string.md) | Required|
|geo|[GeoPoint](../types/GeoPoint.md) | Optional|
|offset|[string](../types/string.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [Update](../types/Update.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$updateBotInlineQuery = ['_' => updateBotInlineQuery', 'query_id' => long, 'user_id' => int, 'query' => string, 'geo' => GeoPoint, 'offset' => string, ];
```