1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 09:47:20 +01:00
MadelineProto/docs/TD_docs/methods/answerInlineQuery.md

1.3 KiB

title description
answerInlineQuery Bots only. Sets result of an inline query

Method: answerInlineQuery

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Bots only. Sets result of an inline query

Parameters:

Name Type Required Description
inline_query_id CLICK ME int64 Yes Identifier of the inline query
is_personal CLICK ME Bool Yes Does result of the query can be cached only for specified user
results Array of CLICK ME InputInlineQueryResult Yes Results of the query
cache_time CLICK ME int Yes Allowed time to cache results of the query in seconds
next_offset CLICK ME string Yes Offset for the next inline query, pass empty string if there is no more results
switch_pm_text CLICK ME 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 CLICK ME string Yes Parameter for the bot start message

Return type: Ok