InputMediaVenue¶
- class telegram.InputMediaVenue(latitude, longitude, title, address, foursquare_id=None, foursquare_type=None, google_place_id=None, google_place_type=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObjectRepresents a venue to be sent.
Use In
Available In
Added in version 22.8.
- Parameters:
foursquare_id (
str, optional) – Foursquare identifier of the venue.foursquare_type (
str, optional) – Foursquare type of the venue, if known. (For example,“arts_entertainment/default”,“arts_entertainment/aquarium”or“food/icecream”).google_place_id (
str, optional) – Google Places identifier of the venue.google_place_type (
str, optional) – Google Places type of the venue. (See supported types)
- foursquare_type[source]¶
Optional. Foursquare type of the venue, if known. (For example,
“arts_entertainment/default”,“arts_entertainment/aquarium”or“food/icecream”).- Type:
- google_place_type[source]¶
Optional. Google Places type of the venue. (See supported types)
- Type: