2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: updateNewChosenInlineResult
|
|
|
|
description: Bots only. User has chosen a result of the inline query
|
|
|
|
---
|
|
|
|
## Constructor: updateNewChosenInlineResult
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bots only. User has chosen a result of the inline query
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
2017-08-20 11:05:56 +02:00
|
|
|
|----------|---------------|----------|-------------|
|
2017-03-11 19:54:51 +01:00
|
|
|
|sender\_user\_id|[int](../types/int.md) | Yes|Identifier of the user who sent the query|
|
2017-09-29 15:50:59 +02:00
|
|
|
|user\_location|[location](../constructors/location.md) | Yes|User location, provided by the client, nullable|
|
2017-03-11 19:54:51 +01:00
|
|
|
|query|[string](../types/string.md) | Yes|Text of the query|
|
|
|
|
|result\_id|[string](../types/string.md) | Yes|Identifier of the chosen result|
|
|
|
|
|inline\_message\_id|[string](../types/string.md) | Yes|Identifier of the sent inline message, if known|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|
|
|
|
|