BotInlineMessageMediaVenue#

class pyrogram.raw.types.BotInlineMessageMediaVenue#

Send a venue.

Constructor of BotInlineMessage.

Details:
  • Layer: 158

  • ID: 8A86659C

Parameters:
  • geo (GeoPoint) – Geolocation of venue.

  • 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.