InlineQueryResults
Represents the results of the inline query. Use sendInlineQueryResultMessage to send the result of the query.
This is an alias for the InlineQueryResultsUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "inlineQueryResults" | |
inlineQueryId | string | Unique identifier of the inline query |
nextOffset | string | The offset for the next request. If empty, there are no more results |
results | Results of the query | |
switchPmText | string | If non-empty, this text must 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 |
switchPmParameter | string | Parameter for the bot start message |