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.

NameTypeDescription
inline_query_idstringUnique identifier of the inline query.
next_offsetstringThe offset for the next request. If empty, there are no more results.
resultsInlineQueryResult[]Results of the query.
switch_pm_textstringIf 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_parameterstringParameter for the bot start message.

More details on telegram’s documentation.