telegram.Venue

class telegram.Venue(location, title, address, foursquare_id=None, **kwargs)

Bases: telegram.base.TelegramObject

This object represents a venue.

location

telegram.Location – Venue location.

title

str – Name of the venue.

address

str – Address of the venue.

foursquare_id

str – Optional. Foursquare identifier of the venue.

Parameters:
  • location (telegram.Location) – Venue location.
  • title (str) – Name of the venue.
  • address (str) – Address of the venue.
  • foursquare_id (str, optional) – Foursquare identifier of the venue.
  • **kwargs (dict) – Arbitrary keyword arguments.