MadelineProto/docs/TD_docs/methods/getInlineQueryResults.md

1.1 KiB

title description
getInlineQueryResults Sends inline query to a bot and returns its results. Returns error with code 502 if bot fails to answer the query before query timeout expires. Unavailable for bots

Method: getInlineQueryResults

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Sends inline query to a bot and returns its results. Returns error with code 502 if bot fails to answer the query before query timeout expires. Unavailable for bots

Parameters:

Name Type Required Description
bot_user_id CLICK ME int Yes Identifier of the bot send query to
chat_id CLICK ME int53 Yes Identifier of the chat, where the query is sent
user_location CLICK ME location Yes User location, only if needed
query CLICK ME string Yes Text of the query
offset CLICK ME string Yes Offset of the first entry to return

Return type: InlineQueryResults