From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- docs/class_tg_bot_1_1_venue.html | 214 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 214 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..d766be3 --- /dev/null +++ b/docs/class_tg_bot_1_1_venue.html @@ -0,0 +1,214 @@ + + + + + + + +tgbot-cpp: TgBot::Venue Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::Venue Class Reference
+
+
+ +

#include <Venue.h>

+ + + + +

+Public Types

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

+Public Attributes

Location::Ptr location
 
std::string title
 
std::string address
 
std::string foursquare_id
 
+

Detailed Description

+

This object represents a venue.

+ +

Definition at line 19 of file Venue.h.

+

Member Typedef Documentation

+ +

◆ Ptr

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

Definition at line 21 of file Venue.h.

+ +
+
+

Member Data Documentation

+ +

◆ address

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

Address of the venue.

+ +

Definition at line 36 of file Venue.h.

+ +
+
+ +

◆ foursquare_id

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

Optional. Foursquare identifier of the venue.

+ +

Definition at line 41 of file Venue.h.

+ +
+
+ +

◆ location

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

Venue location.

+ +

Definition at line 26 of file Venue.h.

+ +
+
+ +

◆ title

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

Name of the venue.

+ +

Definition at line 31 of file Venue.h.

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