From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- ..._tg_bot_1_1_input_location_message_content.html | 259 +++++++++++++++++++++ ...ss_tg_bot_1_1_input_location_message_content.js | 8 + ...s_tg_bot_1_1_input_location_message_content.png | Bin 0 -> 857 bytes 3 files changed, 267 insertions(+) create mode 100644 docs/d9/dec/class_tg_bot_1_1_input_location_message_content.html create mode 100644 docs/d9/dec/class_tg_bot_1_1_input_location_message_content.js create mode 100644 docs/d9/dec/class_tg_bot_1_1_input_location_message_content.png (limited to 'docs/d9/dec') diff --git a/docs/d9/dec/class_tg_bot_1_1_input_location_message_content.html b/docs/d9/dec/class_tg_bot_1_1_input_location_message_content.html new file mode 100644 index 0000000..a82c3e3 --- /dev/null +++ b/docs/d9/dec/class_tg_bot_1_1_input_location_message_content.html @@ -0,0 +1,259 @@ + + + + + + + +tgbot-cpp: TgBot::InputLocationMessageContent Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::InputLocationMessageContent Class Reference
+
+
+ +

#include <InputLocationMessageContent.h>

+
+Inheritance diagram for TgBot::InputLocationMessageContent:
+
+
+ + +TgBot::InputMessageContent + +
+ + + + + + + +

+Public Types

typedef std::shared_ptr< InputLocationMessageContentPtr
 
- Public Types inherited from TgBot::InputMessageContent
typedef std::shared_ptr< InputMessageContentPtr
 
+ + + + + + + + + + +

+Public Member Functions

 InputLocationMessageContent ()
 
virtual ~InputLocationMessageContent ()
 
- Public Member Functions inherited from TgBot::InputMessageContent
 InputMessageContent (const std::string &tType)
 
virtual ~InputMessageContent ()
 
+ + + + + + + + +

+Public Attributes

float latitude
 
float longitude
 
- Public Attributes inherited from TgBot::InputMessageContent
std::string type
 
+

Detailed Description

+

Represents the content of a location message to be sent as the result of an inline query.

+ +

Definition at line 16 of file InputLocationMessageContent.h.

+

Member Typedef Documentation

+ +

◆ Ptr

+ +
+
+ +

Definition at line 18 of file InputLocationMessageContent.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ InputLocationMessageContent()

+ +
+
+ + + + + +
+ + + + + + + +
TgBot::InputLocationMessageContent::InputLocationMessageContent ()
+
+inline
+
+ +

Definition at line 20 of file InputLocationMessageContent.h.

+ +
+
+ +

◆ ~InputLocationMessageContent()

+ +
+
+ + + + + +
+ + + + + + + +
virtual TgBot::InputLocationMessageContent::~InputLocationMessageContent ()
+
+inlinevirtual
+
+ +

Definition at line 34 of file InputLocationMessageContent.h.

+ +
+
+

Member Data Documentation

+ +

◆ latitude

+ +
+
+ + + + +
float TgBot::InputLocationMessageContent::latitude
+
+

Latitude of the location in degrees

+ +

Definition at line 27 of file InputLocationMessageContent.h.

+ +
+
+ +

◆ longitude

+ +
+
+ + + + +
float TgBot::InputLocationMessageContent::longitude
+
+

Longitude of the location in degrees

+ +

Definition at line 32 of file InputLocationMessageContent.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/d9/dec/class_tg_bot_1_1_input_location_message_content.js b/docs/d9/dec/class_tg_bot_1_1_input_location_message_content.js new file mode 100644 index 0000000..8f95c78 --- /dev/null +++ b/docs/d9/dec/class_tg_bot_1_1_input_location_message_content.js @@ -0,0 +1,8 @@ +var class_tg_bot_1_1_input_location_message_content = +[ + [ "Ptr", "d9/dec/class_tg_bot_1_1_input_location_message_content.html#a80ef24779acdb726590e8aaa87c52840", null ], + [ "InputLocationMessageContent", "d9/dec/class_tg_bot_1_1_input_location_message_content.html#ace56f8081ed46a4729a5f37dacdcb05e", null ], + [ "~InputLocationMessageContent", "d9/dec/class_tg_bot_1_1_input_location_message_content.html#acbcd463ae944168b265e789509e6de55", null ], + [ "latitude", "d9/dec/class_tg_bot_1_1_input_location_message_content.html#a2fd689365b19b085bdd59f928e3c3e16", null ], + [ "longitude", "d9/dec/class_tg_bot_1_1_input_location_message_content.html#a6dea79838b9c9f9194c1ec49d5eb8e49", null ] +]; \ No newline at end of file diff --git a/docs/d9/dec/class_tg_bot_1_1_input_location_message_content.png b/docs/d9/dec/class_tg_bot_1_1_input_location_message_content.png new file mode 100644 index 0000000..a75b99c Binary files /dev/null and b/docs/d9/dec/class_tg_bot_1_1_input_location_message_content.png differ -- cgit v1.2.3