telegramx.js

InputVenueMessageContent

interface

Represents the content of a venue message to be sent as the result of an inline query.

Declaration

interface InputVenueMessageContent 

Properties

addressproperty#
address: string;

Address of the venue

foursquare_id?: string;

Optional. Foursquare identifier of the venue, if known

foursquare_type?: string;

Optional. Foursquare type of the venue, if known. (For example, "arts_entertainment/default", "arts_entertainment/aquarium" or "food/icecream".)

google_place_id?: string;

Optional. Google Places identifier of the venue

google_place_type?: string;

Optional. Google Places type of the venue. (See supported types.)

latitudeproperty#
latitude: number;

Latitude of the venue in degrees

longitudeproperty#
longitude: number;

Longitude of the venue in degrees

titleproperty#
title: string;

Name of the venue