21 lines
608 B
Markdown
21 lines
608 B
Markdown
|
## 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|
|
||
|
|
||
|
|
||
|
### Type: [Update](../types/Update.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$updateBotInlineSend = ['user_id' => int, 'query' => string, 'geo' => GeoPoint, 'id' => string, 'msg_id' => InputBotInlineMessageID, ];
|
||
|
```
|