View Source ExTDLib.Method.GetInlineQueryResults (ExTDLib v0.0.4)

Sends an inline query to a bot and returns its results. Returns an error with code 502 if the bot fails to answer the query before the query timeout expires. Returns object_ptr<InlineQueryResults>.

NameTypeDescription
bot_user_idstringIdentifier of the target bot.
chat_idstringIdentifier of the chat where the query was sent.
user_locationlocationLocation of the user; pass null if unknown or the bot doesn't need user's location.
querystringText of the query.
offsetstringOffset of the first entry to return; use empty string to get the first chunk of results.

More details on telegram's documentation.