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

781 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
geo GeoPoint Optional
id string Required
msg_id InputBotInlineMessageID Optional

Type: Update

Example:

$updateBotInlineSend = ['_' => 'updateBotInlineSend', 'user_id' => int, 'query' => string, 'geo' => GeoPoint, 'id' => string, 'msg_id' => InputBotInlineMessageID, ];