input_venue_message_content_t#

struct banana::api::input_venue_message_content_t#

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

float_t latitude#

Latitude of the venue in degrees

float_t longitude#

Longitude of the venue in degrees

string_t title#

Name of the venue

string_t address#

Address of the venue

optional_t<string_t> foursquare_id#

Foursquare identifier of the venue, if known

optional_t<string_t> foursquare_type#

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

optional_t<string_t> google_place_id#

Google Places identifier of the venue

optional_t<string_t> google_place_type#

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