MadelineProto/docs/API_docs/constructors/updateBotInlineQuery.md
2016-12-20 13:15:22 +01:00

673 B

title
updateBotInlineQuery

Constructor: updateBotInlineQuery

Back to constructors index

Attributes:

Name Type Required
query_id long Required
user_id int Required
query string Required
geo GeoPoint Optional
offset string Required

Type: Update

Example:

$updateBotInlineQuery = ['_' => updateBotInlineQuery', 'query_id' => long, 'user_id' => int, 'query' => string, 'geo' => GeoPoint, 'offset' => string, ];