MadelineProto/docs/TD_docs/constructors/inlineQueryResults.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

1.1 KiB

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

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