TDLib v0.0.2 TDLib.Object.UpdateNewChosenInlineResult View Source
The user has chosen a result of an inline query; for bots only.
| Name | Type | Description |
|---|---|---|
| sender_user_id | number | Identifier of the user who sent the query. |
| user_location | location | User location, provided by the client; may be null. |
| query | string | Text of the query. |
| result_id | string | Identifier of the chosen result. |
| inline_message_id | string | Identifier of the sent inline message, if known. |
More details on telegram’s documentation.