From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_venue.html | 242 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 docs/class_tg_bot_1_1_venue.html (limited to 'docs/class_tg_bot_1_1_venue.html') diff --git a/docs/class_tg_bot_1_1_venue.html b/docs/class_tg_bot_1_1_venue.html new file mode 100644 index 0000000..dff767c --- /dev/null +++ b/docs/class_tg_bot_1_1_venue.html @@ -0,0 +1,242 @@ + + + + + + +tgbot-cpp: TgBot::Venue Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::Venue Class Reference
+
+
+ +

This object represents a venue. + More...

+ +

#include <Venue.h>

+ + + + +

+Public Types

typedef std::shared_ptr< VenuePtr
 
+ + + + + + + + + + + + + +

+Public Attributes

Location::Ptr location
 Venue location. More...
 
std::string title
 Name of the venue. More...
 
std::string address
 Address of the venue. More...
 
std::string foursquare_id
 Optional. Foursquare identifier of the venue. More...
 
+

Detailed Description

+

This object represents a venue.

+ +

Definition at line 20 of file Venue.h.

+

Member Typedef Documentation

+ +
+
+ + + + +
typedef std::shared_ptr<Venue> TgBot::Venue::Ptr
+
+ +

Definition at line 22 of file Venue.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
std::string TgBot::Venue::address
+
+ +

Address of the venue.

+ +

Definition at line 37 of file Venue.h.

+ +
+
+ +
+
+ + + + +
std::string TgBot::Venue::foursquare_id
+
+ +

Optional. Foursquare identifier of the venue.

+ +

Definition at line 42 of file Venue.h.

+ +
+
+ +
+
+ + + + +
Location::Ptr TgBot::Venue::location
+
+ +

Venue location.

+ +

Definition at line 27 of file Venue.h.

+ +
+
+ +
+
+ + + + +
std::string TgBot::Venue::title
+
+ +

Name of the venue.

+ +

Definition at line 32 of file Venue.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.3