TDLib v0.0.2 TDLib.Object.UpdateNewInlineQuery View Source
A new incoming inline query; for bots only.
| Name | Type | Description |
|---|---|---|
| id | string | Unique query identifier. |
| sender_user_id | number | Identifier of the user who sent the query. |
| user_location | location | User location, provided by the client; may be null. |
| query | string | Text of the query. |
| offset | string | Offset of the first entry to return. |
More details on telegram’s documentation.