6 #ifndef TGBOT_INPUTVENUEMESSAGECONTENT_H 7 #define TGBOT_INPUTVENUEMESSAGECONTENT_H 21 typedef std::shared_ptr<InputVenueMessageContent>
Ptr;
56 #endif //TGBOT_INPUTVENUEMESSAGECONTENT_H std::string foursquareId
Optional. Foursquare identifier of the venue, if known.
InputVenueMessageContent()
Represents the content of a venue message to be sent as the result of an inline query.
This object represents the content of a message to be sent as a result of an inline query...
std::string address
Address of the venue.
float longitude
Longitude of the location in degrees.
float latitude
Latitude of the location in degrees.
virtual ~InputVenueMessageContent()
std::string title
Name of the venue.
std::shared_ptr< InputVenueMessageContent > Ptr