InputMediaVenue#

class pyrogram.raw.types.InputMediaVenue#

Can be used to send a venue geolocation.

Constructor of InputMedia.

Details:
  • Layer: 158

  • ID: C13D1C11

Parameters:
  • geo_point (InputGeoPoint) – Geolocation.

  • title (str) – Venue name.

  • address (str) – Physical address of the venue.

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