1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 08:16:54 +01:00
MadelineProto/docs/TD_docs/constructors/updateNewInlineQuery.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

785 B

title description
updateNewInlineQuery Bots only. New incoming inline query

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