InputBotInlineMessageMediaVenue#

class pyrogram.raw.types.InputBotInlineMessageMediaVenue#

Venue.

Constructor of InputBotInlineMessage.

Details:
  • Layer: 158

  • ID: 417BBF11

Parameters:
  • geo_point (InputGeoPoint) – Geolocation.

  • title (str) – Venue name.

  • address (str) – Address.

  • provider (str) – Venue provider: currently only “foursquare” and “gplaces” (Google Places) need to be supported.

  • venue_id (str) – Venue ID in the provider’s database.

  • venue_type (str) – Venue type in the provider’s database.

  • reply_markup (ReplyMarkup, optional) – Inline keyboard.