Venue#
- class aiogram.types.venue.Venue(*, location: Location, title: str, address: str, foursquare_id: Optional[str] = None, foursquare_type: Optional[str] = None, google_place_id: Optional[str] = None, google_place_type: Optional[str] = None, **extra_data: Any)[source]#
This object represents a venue.
Source: https://core.telegram.org/bots/api#venue
- title: str#
Name of the venue
- address: str#
Address of the venue
- foursquare_id: Optional[str]#
Optional. Foursquare identifier of the venue
- foursquare_type: Optional[str]#
Optional. Foursquare type of the venue. (For example, ‘arts_entertainment/default’, ‘arts_entertainment/aquarium’ or ‘food/icecream’.)
- google_place_id: Optional[str]#
Optional. Google Places identifier of the venue
- google_place_type: Optional[str]#
Optional. Google Places type of the venue. (See supported types.)