View Source ExTDLib.Object.UpdateNewChosenInlineResult (ExTDLib v0.0.4)
The user has chosen a result of an inline query; for bots only.
| Name | Type | Description |
|---|---|---|
| sender_user_id | string | Identifier of the user who sent the query. |
| user_location | location | User location; 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.