MadelineProto/docs/API_docs/constructors/updateBotInlineSend.md

29 lines
777 B
Markdown
Raw Normal View History

2016-12-20 13:15:22 +01:00
---
title: updateBotInlineSend
2016-12-20 13:32:11 +01:00
description: updateBotInlineSend attributes, type and example
2016-12-20 13:15:22 +01:00
---
## Constructor: updateBotInlineSend
2016-12-20 13:15:22 +01:00
[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|
2016-12-19 18:56:05 +01:00
### Type: [Update](../types/Update.md)
### Example:
```
2016-12-30 21:21:36 +01:00
$updateBotInlineSend = ['_' => 'updateBotInlineSend', 'user_id' => int, 'query' => string, 'geo' => GeoPoint, 'id' => string, 'msg_id' => InputBotInlineMessageID, ];
```