View Source ExTDLib.Object.InlineQueryResults (ExTDLib v0.0.4)
Represents the results of the inline query. Use sendInlineQueryResultMessage to send the result of the query.
| Name | Type | Description |
|---|---|---|
| inline_query_id | string | Unique identifier of the inline query. |
| button | inlineQueryResultsButton | Button to be shown above inline query results; may be null. |
| results | InlineQueryResult | Results of the query. |
| next_offset | string | The offset for the next request. If empty, then there are no more results. |
More details on telegram's documentation.