MadelineProtoDocs/docs/TD_docs/constructors/inlineQueryResults.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

1.2 KiB

title description image
inlineQueryResults Represents results of the inline query. Use sendInlineQueryResultMessage to send the result of the query https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inlineQueryResults

Back to constructors index

Represents results of the inline query. Use sendInlineQueryResultMessage to send the result of the query

Attributes:

Name Type Required Description
inline_query_id int64 Yes Unique identifier of the inline query
next_offset string Yes Offset for the next request. If it is empty, there is no more results
results Array of InlineQueryResult Yes Results of the query
switch_pm_text string Yes If non-empty, this text should be shown on the button, which opens private chat with the bot and sends bot start message with parameter switch_pm_parameter
switch_pm_parameter string Yes Parameter for the bot start message

Type: InlineQueryResults