mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 17:48:38 +01:00
591 B
591 B
title | description |
---|---|
updateBotInlineSend | updateBotInlineSend attributes, type and example |
Constructor: updateBotInlineSend
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, ];