InputMediaVenue
Represents a venue to be sent.
Properties
type
ts
type: "venue";Type of the result, must be venue
latitude
ts
latitude: number;Latitude of the location
longitude
ts
longitude: number;Longitude of the location
title
ts
title: string;Name of the venue
address
ts
address: string;Address of the venue
foursquare_id
ts
foursquare_id?: string;Foursquare identifier of the venue
foursquare_type
ts
foursquare_type?: string;Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)
google_place_id
ts
google_place_id?: string;Google Places identifier of the venue
google_place_type
ts
google_place_type?: string;Google Places type of the venue. (See supported types.)