Venue#

class pyrogram.types.Venue#

A venue.

Parameters:
  • location (Location) – Venue location.

  • title (str) – Name of the venue.

  • address (str) – Address of the venue.

  • foursquare_id (str, optional) – Foursquare identifier of the venue.

  • foursquare_type (str, optional) – Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)