View Source ExTDLib.Object.UpdateNewInlineQuery (ExTDLib v0.0.4)
A new incoming inline query; for bots only.
| Name | Type | Description |
|---|---|---|
| id | string | Unique query identifier. |
| sender_user_id | string | Identifier of the user who sent the query. |
| user_location | location | User location; may be null. |
| chat_type | ChatType | The type of the chat from which the query originated; may be null if unknown. |
| query | string | Text of the query. |
| offset | string | Offset of the first entry to return. |
More details on telegram's documentation.