1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 20:57:48 +01:00
MadelineProto/old_docs/API_docs_v46/constructors/updateBotInlineQuery.md

672 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
offset string Required

Type: Update

Example:

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