MadelineProto/docs/API_docs/constructors/updateBotInlineSend.md

19 lines
635 B
Markdown
Raw Normal View History

## Constructor: updateBotInlineSend
### 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:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[Update](../types/Update.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$updateBotInlineSend = ['_' => updateBotInlineSend', 'user_id' => int, 'query' => string, 'geo' => GeoPoint, 'id' => string, 'msg_id' => InputBotInlineMessageID, ];
```