TDLib v0.0.2 TDLib.Object.UpdateNewChosenInlineResult View Source

The user has chosen a result of an inline query; for bots only.

NameTypeDescription
sender_user_idnumberIdentifier of the user who sent the query.
user_locationlocationUser location, provided by the client; may be null.
querystringText of the query.
result_idstringIdentifier of the chosen result.
inline_message_idstringIdentifier of the sent inline message, if known.

More details on telegram’s documentation.