Inline Query Result Venue
fun InlineQueryResultVenue(id: String, latitude: Float, longitude: Float, title: String, address: String, foursquareId: String? = null, foursquareType: String? = null, googlePlaceId: String? = null, googlePlaceType: String? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, type: String)
Content copied to clipboard
Parameters
id
Unique identifier for this result, 1-64 Bytes
latitude
Latitude of the venue location in degrees
longitude
Longitude of the venue location in degrees
title
Title 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.)
replyMarkup
Optional. Inline keyboard attached to the message
inputMessageContent
Optional. Content of the message to be sent instead of the venue
thumbUrl
Optional. Url of the thumbnail for the result
thumbWidth
Optional. Thumbnail width
thumbHeight
Optional. Thumbnail height
type
Type of the result, must be venue