From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/db/d8b/class_tg_bot_1_1_venue.html | 214 ++++++++++++++++++++++++++++++++ docs/db/d8b/class_tg_bot_1_1_venue.js | 8 ++ 2 files changed, 222 insertions(+) create mode 100644 docs/db/d8b/class_tg_bot_1_1_venue.html create mode 100644 docs/db/d8b/class_tg_bot_1_1_venue.js (limited to 'docs/db/d8b') diff --git a/docs/db/d8b/class_tg_bot_1_1_venue.html b/docs/db/d8b/class_tg_bot_1_1_venue.html new file mode 100644 index 0000000..baf4e88 --- /dev/null +++ b/docs/db/d8b/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: +
+
+ + + + diff --git a/docs/db/d8b/class_tg_bot_1_1_venue.js b/docs/db/d8b/class_tg_bot_1_1_venue.js new file mode 100644 index 0000000..2f7cb57 --- /dev/null +++ b/docs/db/d8b/class_tg_bot_1_1_venue.js @@ -0,0 +1,8 @@ +var class_tg_bot_1_1_venue = +[ + [ "Ptr", "db/d8b/class_tg_bot_1_1_venue.html#a9f9505e1035b3aacd2ad9d68a8285a14", null ], + [ "address", "db/d8b/class_tg_bot_1_1_venue.html#a411e85c19c38ad2b8922d60582f72459", null ], + [ "foursquare_id", "db/d8b/class_tg_bot_1_1_venue.html#aec6a2d5230788e85a55cc407246ad968", null ], + [ "location", "db/d8b/class_tg_bot_1_1_venue.html#a9dbb9e88b790f9a938c9ec561ed773ce", null ], + [ "title", "db/d8b/class_tg_bot_1_1_venue.html#afc6d630815d434ebf97a86a47f74ca50", null ] +]; \ No newline at end of file -- cgit v1.2.3