InputVenueMessageContent

Content of a venue message to be sent as the result of an inline query

Members

Functions

isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

address
string address;

Address of the venue

foursquare_id
string foursquare_id;

Foursquare identifier of the venue, if known

foursquare_type
string foursquare_type;

Foursquare type of the venue, if known

latitude
float latitude;

Latitude of the venue in degrees

longitude
float longitude;

Longitude of the venue in degrees

title
string title;

Name of the venue

See Also

Meta