TDLib v0.0.2 TDLib.Object.UpdateNewInlineQuery View Source

A new incoming inline query; for bots only.

NameTypeDescription
idstringUnique query identifier.
sender_user_idnumberIdentifier of the user who sent the query.
user_locationlocationUser location, provided by the client; may be null.
querystringText of the query.
offsetstringOffset of the first entry to return.

More details on telegram’s documentation.