From c8d40dccabaaa406faed6c0797a92bac811c9d0f Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Tue, 5 Jun 2018 19:07:27 +0300 Subject: Update docs --- docs/_input_location_message_content_8h_source.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (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 index 15cda4d..924be86 100644 --- a/docs/_input_location_message_content_8h_source.html +++ b/docs/_input_location_message_content_8h_source.html @@ -83,21 +83,21 @@ $(document).ready(function(){initNavTree('_input_location_message_content_8h_sou
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 
17 public:
18  typedef std::shared_ptr<InputLocationMessageContent> Ptr;
19 
21  InputMessageContent("InputLocationMessageContent")
22  {}
23 
27  float latitude;
28 
32  float longitude;
33 
35 };
36 }
37 
38 #endif //TGBOT_INPUTLOCATIONMESSAGECONTENT_H
std::shared_ptr< InputLocationMessageContent > Ptr
-
Definition: Api.h:46
- - - - - - +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:47
+
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...
+