2017-01-02 19:50:37 +01:00
|
|
|
---
|
|
|
|
title: updateBotInlineSend
|
|
|
|
description: updateBotInlineSend attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: updateBotInlineSend
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|user\_id|[int](../types/int.md) | Required|
|
|
|
|
|query|[string](../types/string.md) | Required|
|
|
|
|
|geo|[GeoPoint](../types/GeoPoint.md) | Optional|
|
|
|
|
|id|[string](../types/string.md) | Required|
|
|
|
|
|msg\_id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Optional|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
|
|
|
$updateBotInlineSend = ['_' => 'updateBotInlineSend', 'user_id' => int, 'query' => string, 'geo' => GeoPoint, 'id' => string, 'msg_id' => InputBotInlineMessageID, ];
|
Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55
2017-01-02 21:04:36 +01:00
|
|
|
```
|
|
|
|
|