MadelineProto/docs/API_docs/constructors/updateBotInlineSend.md
2016-12-20 13:15:22 +01:00

714 B

title
updateBotInlineSend

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