| tgbot-cpp
    | 
Represents the content of a venue message to be sent as the result of an inline query. More...
#include <InputVenueMessageContent.h>
 
  
| Public Types | |
| typedef std::shared_ptr< InputVenueMessageContent > | Ptr | 
| Public Member Functions | |
| InputVenueMessageContent () | |
| Public Attributes | |
| float | latitude | 
| Latitude of the location in degrees. | |
| float | longitude | 
| Longitude of the location in degrees. | |
| std::string | title | 
| Name of the venue. | |
| std::string | address | 
| Address of the venue. | |
| std::string | foursquareId | 
| Optional. Foursquare identifier of the venue, if known. | |
| std::string | foursquareType | 
| Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.) | |
| std::string | googlePlaceId | 
| Optional. Google Places identifier of the venue. | |
| std::string | googlePlaceType | 
| Optional. Google Places type of the venue. (See https://developers.google.com/places/web-service/supported_types) | |
| Static Public Attributes | |
| static const std::string | TYPE | 
Represents the content of a venue message to be sent as the result of an inline query.
Definition at line 16 of file InputVenueMessageContent.h.
| typedef std::shared_ptr<InputVenueMessageContent> TgBot::InputVenueMessageContent::Ptr | 
Definition at line 20 of file InputVenueMessageContent.h.
| 
 | inline | 
Definition at line 22 of file InputVenueMessageContent.h.
| std::string TgBot::InputVenueMessageContent::address | 
Address of the venue.
Definition at line 44 of file InputVenueMessageContent.h.
| std::string TgBot::InputVenueMessageContent::foursquareId | 
Optional. Foursquare identifier of the venue, if known.
Definition at line 49 of file InputVenueMessageContent.h.
| std::string TgBot::InputVenueMessageContent::foursquareType | 
Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)
Definition at line 55 of file InputVenueMessageContent.h.
| std::string TgBot::InputVenueMessageContent::googlePlaceId | 
Optional. Google Places identifier of the venue.
Definition at line 60 of file InputVenueMessageContent.h.
| std::string TgBot::InputVenueMessageContent::googlePlaceType | 
Optional. Google Places type of the venue. (See https://developers.google.com/places/web-service/supported_types)
Definition at line 66 of file InputVenueMessageContent.h.
| float TgBot::InputVenueMessageContent::latitude | 
Latitude of the location in degrees.
Definition at line 29 of file InputVenueMessageContent.h.
| float TgBot::InputVenueMessageContent::longitude | 
Longitude of the location in degrees.
Definition at line 34 of file InputVenueMessageContent.h.
| std::string TgBot::InputVenueMessageContent::title | 
Name of the venue.
Definition at line 39 of file InputVenueMessageContent.h.
| 
 | static | 
Definition at line 18 of file InputVenueMessageContent.h.