741 B
741 B
title | description |
---|---|
updateBotInlineQuery | updateBotInlineQuery attributes, type and example |
Constructor: updateBotInlineQuery
Attributes:
Name | Type | Required |
---|---|---|
query_id | long | Required |
user_id | int | Required |
query | string | Required |
geo | GeoPoint | Optional |
offset | string | Required |
Type: Update
Example:
$updateBotInlineQuery = ['_' => 'updateBotInlineQuery', 'query_id' => long, 'user_id' => int, 'query' => string, 'geo' => GeoPoint, 'offset' => string, ];