TDLib v0.0.2 TDLib.Object.InlineQueryResults View Source
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. |
next_offset | string | The offset for the next request. If empty, there are no more results. |
results | InlineQueryResult[] | Results of the query. |
switch_pm_text | string | If non-empty, this text should be shown on the button, which opens a private chat with the bot and sends the bot a start message with the switch_pm_parameter. |
switch_pm_parameter | string | Parameter for the bot start message. |
More details on telegram’s documentation.