MadelineProtoDocs/docs/TD_docs/constructors/updateNewChosenInlineResult.md

28 lines
946 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: updateNewChosenInlineResult
description: Bots only. User has chosen a result of the inline query
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Constructor: updateNewChosenInlineResult
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
Bots only. User has chosen a result of the inline query
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|sender\_user\_id|[int](../types/int.md) | Yes|Identifier of the user who sent the query|
|user\_location|[location](../constructors/location.md) | Yes|User location, provided by the client, nullable|
|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)