mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
608 B
608 B
Constructor: updateBotInlineSend
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 = ['user_id' => int, 'query' => string, 'geo' => GeoPoint, 'id' => string, 'msg_id' => InputBotInlineMessageID, ];