View Source ExTDLib.Object.UpdateNewInlineQuery (ExTDLib v0.0.4)

A new incoming inline query; for bots only.

NameTypeDescription
idstringUnique query identifier.
sender_user_idstringIdentifier of the user who sent the query.
user_locationlocationUser location; may be null.
chat_typeChatTypeThe type of the chat from which the query originated; may be null if unknown.
querystringText of the query.
offsetstringOffset of the first entry to return.

More details on telegram's documentation.