UpdateBotInlineQuery#

class pyrogram.raw.types.UpdateBotInlineQuery#

An incoming inline query.

Constructor of Update.

Details:
  • Layer: 158

  • ID: 496F379C

Parameters:
  • query_id (int 64-bit) – Query ID.

  • user_id (int 64-bit) – User that sent the query.

  • query (str) – Text of query.

  • offset (str) – Offset to navigate through results.

  • geo (GeoPoint, optional) – Attached geolocation.

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