GetInlineQueryResults constructor

GetInlineQueryResults(
  1. {required int bot_user_id,
  2. required int chat_id,
  3. Location? user_location,
  4. required String query,
  5. required String offset,
  6. int? extra,
  7. int? clientId}
)

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 InlineQueryResults

Implementation

GetInlineQueryResults