From f13b7029e9af43282ebe6c2e9bb4dd749c8e450a Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 02:09:18 +0300 Subject: Move docs to gh-pages branch --- docs/class_tg_bot_1_1_venue.html | 242 --------------------------------------- 1 file changed, 242 deletions(-) delete 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 deleted file mode 100644 index dff767c..0000000 --- a/docs/class_tg_bot_1_1_venue.html +++ /dev/null @@ -1,242 +0,0 @@ - - - - - - -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