Input Venue Message Content
data class InputVenueMessageContent(latitude: Float, longitude: Float, title: String, address: String, foursquareId: String?, foursquareType: String?, googlePlaceId: String?, googlePlaceType: String?) : InputMessageContent
Content copied to clipboard
Represents the content of a venue message to be sent as the result of an inline query.
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.)
Constructors
InputVenueMessageContent
Link copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
component8
Link copied to clipboard
Properties
foursquareId
Link copied to clipboard
foursquareType
Link copied to clipboard
googlePlaceId
Link copied to clipboard
googlePlaceType
Link copied to clipboard