🔮 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
latitude(float): Latitude of the venue location in degreeslongitude(float): Longitude of the venue location in degreestitle(str): Title of the venueaddress(str): Address of the venuefoursquare_id(str): Optional. Foursquare identifier of the venue if knownfoursquare_type(str): Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)google_place_id(str): Optional. Google Places identifier of the venuegoogle_place_type(str): Optional. Google Places type of the venue. (See supported types.)reply_markup(InlineKeyboardMarkup ): Optional. Inline keyboard attached to the messageinput_message_content(InputMessageContent ): Optional. Content of the message to be sent instead of the venuethumbnail_url(str): Optional. Url of the thumbnail for the resultthumbnail_width(int): Optional. Thumbnail widththumbnail_height(int): Optional. Thumbnail height