MadelineProto/old_docs/API_docs_v45/constructors/updateBotInlineSend.md

591 B

title description
updateBotInlineSend updateBotInlineSend attributes, type and example

Constructor: updateBotInlineSend

Back to constructors index

Attributes:

Name Type Required
user_id int Required
query string Required
id string Required

Type: Update

Example:

$updateBotInlineSend = ['_' => 'updateBotInlineSend', 'user_id' => int, 'query' => string, 'id' => string, ];