From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/_venue_8h_source.html | 131 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 docs/_venue_8h_source.html (limited to 'docs/_venue_8h_source.html') diff --git a/docs/_venue_8h_source.html b/docs/_venue_8h_source.html new file mode 100644 index 0000000..30b5560 --- /dev/null +++ b/docs/_venue_8h_source.html @@ -0,0 +1,131 @@ + + + + + + +tgbot-cpp: include/tgbot/types/Venue.h Source File + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
Venue.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Andrea Giove on 17/04/16.
3 //
4 
5 #ifndef TGBOT_VENUE_H
6 #define TGBOT_VENUE_H
7 
8 #include <memory>
9 #include <string>
10 
11 #include "tgbot/types/Location.h"
12 
13 namespace TgBot {
14 
20 class Venue {
21 public:
22  typedef std::shared_ptr<Venue> Ptr;
23 
28 
32  std::string title;
33 
37  std::string address;
38 
42  std::string foursquare_id;
43 };
44 }
45 
46 #endif //TGBOT_VENUE_H
Definition: Api.h:49
+
Location::Ptr location
Venue location.
Definition: Venue.h:27
+
std::shared_ptr< Location > Ptr
Definition: Location.h:38
+
This object represents a venue.
Definition: Venue.h:20
+
std::string foursquare_id
Optional. Foursquare identifier of the venue.
Definition: Venue.h:42
+ +
std::shared_ptr< Venue > Ptr
Definition: Venue.h:22
+
std::string title
Name of the venue.
Definition: Venue.h:32
+
std::string address
Address of the venue.
Definition: Venue.h:37
+
+
+ + + + -- cgit v1.2.3