InlineQuery#

class pyrogram.types.InlineQuery#

An incoming inline query.

When the user sends an empty query, your bot could return some default or trending results.

Parameters:
  • id (str) – Unique identifier for this query.

  • from_user (User) – Sender.

  • query (str) – Text of the query (up to 512 characters).

  • offset (str) – Offset of the results to be returned, can be controlled by the bot.

  • chat_type (ChatType, optional) – Type of the chat, from which the inline query was sent.

  • location (Location. optional) – Sender location, only for bots that request user location.

  • matches (List of regex Matches, *optional*) – A list containing all Match Objects that match the query of this inline query. Only applicable when using Filters.regex.