From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- .../_input_location_message_content_8h_source.html | 130 +++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 docs/_input_location_message_content_8h_source.html (limited to 'docs/_input_location_message_content_8h_source.html') diff --git a/docs/_input_location_message_content_8h_source.html b/docs/_input_location_message_content_8h_source.html new file mode 100644 index 0000000..d321960 --- /dev/null +++ b/docs/_input_location_message_content_8h_source.html @@ -0,0 +1,130 @@ + + + + + + +tgbot-cpp: include/tgbot/types/InputLocationMessageContent.h Source File + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
InputLocationMessageContent.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Konstantin Kukin on 26/12/16.
3 //
4 
5 #ifndef TGBOT_INPUTLOCATIONMESSAGECONTENT_H
6 #define TGBOT_INPUTLOCATIONMESSAGECONTENT_H
7 
8 #include <memory>
9 
10 namespace TgBot {
11 
18 public:
19  typedef std::shared_ptr<InputLocationMessageContent> Ptr;
20 
22  InputMessageContent("InputLocationMessageContent")
23  {}
24 
28  float latitude;
29 
33  float longitude;
34 
36 };
37 }
38 
39 #endif //TGBOT_INPUTLOCATIONMESSAGECONTENT_H
std::shared_ptr< InputLocationMessageContent > Ptr
+
Definition: Api.h:49
+
This object represents the content of a message to be sent as a result of an inline query...
+
float longitude
Longitude of the location in degrees.
+ +
float latitude
Latitude of the location in degrees.
+
Represents the content of a location message to be sent as the result of an inline query...
+ +
+
+ + + + -- cgit v1.2.3