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.
Properties
type
type: "venue";
Type of the result, must be venue
id
id: string;
Unique identifier for this result, 1-64 Bytes
latitude
latitude: number;
Latitude of the venue location in degrees
longitude
longitude: number;
Longitude of the venue location in degrees
title
title: string;
Title of the venue
address
address: string;
Address of the venue
foursquare_id
foursquare_id?: string;
Foursquare identifier of the venue if known
foursquare_type
foursquare_type?: string;
Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)
google_place_id
google_place_id?: string;
Google Places identifier of the venue
google_place_type
google_place_type?: string;
Google Places type of the venue. (See supported types.)
reply_markup
reply_markup?: InlineKeyboardMarkup;
Inline keyboard attached to the message
input_message_content
input_message_content?: InputMessageContent;
Content of the message to be sent instead of the venue
thumbnail_url
thumbnail_url?: string;
Url of the thumbnail for the result
thumbnail_width
thumbnail_width?: number;
Thumbnail width
thumbnail_height
thumbnail_height?: number;
Thumbnail height