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

736 B

title description
updateBotInlineQuery updateBotInlineQuery attributes, type and example

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, ];