mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 09:07:47 +01:00
593 B
593 B
Constructor: updateBotInlineQuery
Attributes:
Name | Type | Required |
---|---|---|
query_id | long | Required |
user_id | int | Required |
query | string | Required |
geo | GeoPoint | Optional |
offset | string | Required |
Type:
Example:
$updateBotInlineQuery = ['_' => updateBotInlineQuery', 'query_id' => long, 'user_id' => int, 'query' => string, 'geo' => GeoPoint, 'offset' => string, ];