InputVenueMessageContent

fun InputVenueMessageContent(latitude: Float, longitude: Float, title: String, address: String, foursquareId: String? = null, foursquareType: String? = null, googlePlaceId: String? = null, googlePlaceType: String? = null)

Parameters

latitude

Latitude of the venue in degrees

longitude

Longitude of the venue in degrees

title

Name of the venue

address

Address of the venue

foursquareId

Optional. Foursquare identifier of the venue, if known

foursquareType

Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)

googlePlaceId

Optional. Google Places identifier of the venue

googlePlaceType

Optional. Google Places type of the venue. (See supported types.)