InlineQueryResultVenue
Represents a venue. By default, the venue will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the venue. ↗
15 fields, 6 required.
Fields
type "venue" Required
Type of the result, must be venue.
id string Required
Unique identifier for this result, 1-64 Bytes.
latitude number Required
Latitude of the venue location in degrees.
longitude number Required
Longitude of the venue location in degrees.
title string Required
Title of the venue.
address string Required
Address of the venue.
foursquare_id string
Foursquare identifier of the venue if known.
foursquare_type string
Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.).
google_place_id string
Google Places identifier of the venue.
google_place_type string
Google Places type of the venue. (See supported types.).
reply_markup InlineKeyboardMarkup
Inline keyboard attached to the message.
input_message_content InputMessageContent
Content of the message to be sent instead of the venue.
thumbnail_url string
Url of the thumbnail for the result.
thumbnail_width number
Thumbnail width.
thumbnail_height number
Thumbnail height.