MadelineProtoDocs/docs/TD_docs/constructors/updateNewInlineQuery.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

858 B

title description image
updateNewInlineQuery Bots only. New incoming inline query https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateNewInlineQuery

Back to constructors index

Bots only. New incoming inline query

Attributes:

Name Type Required Description
id int64 Yes Unique query identifier
sender_user_id int Yes Identifier of the user who sent the query
user_location location Yes User location, provided by the client, nullable
query string Yes Text of the query
offset string Yes Offset of the first entry to return

Type: Update