From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/_input_contact_message_content_8h_source.html | 107 --------------------- 1 file changed, 107 deletions(-) delete mode 100644 docs/_input_contact_message_content_8h_source.html (limited to 'docs/_input_contact_message_content_8h_source.html') diff --git a/docs/_input_contact_message_content_8h_source.html b/docs/_input_contact_message_content_8h_source.html deleted file mode 100644 index 9cce210..0000000 --- a/docs/_input_contact_message_content_8h_source.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/InputContactMessageContent.h Source File - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
InputContactMessageContent.h
-
-
-Go to the documentation of this file.
1 //
2 // Created by Konstantin Kukin on 26/12/16.
3 //
4 
5 #ifndef TGBOT_INPUTCONTACTMESSAGECONTENT_H
6 #define TGBOT_INPUTCONTACTMESSAGECONTENT_H
7 
8 #include <memory>
9 #include <string>
10 
11 namespace TgBot {
12 
19 public:
20  typedef std::shared_ptr<InputContactMessageContent> Ptr;
21 
23  InputMessageContent("InputContactMessageContent")
24  {}
25 
29  std::string phoneNumber;
30 
34  std::string firstName;
35 
39  std::string lastName;
40 
42 };
43 }
44 
45 #endif //TGBOT_INPUTCONTACTMESSAGECONTENT_H
Definition: Api.h:47
-
This object represents the content of a message to be sent as a result of an inline query...
- -
std::string firstName
Contact&#39;s first name.
-
std::shared_ptr< InputContactMessageContent > Ptr
-
std::string lastName
Optional. Contact&#39;s last name.
- -
std::string phoneNumber
Contact&#39;s phone number.
-
Represents the content of a contact message to be sent as the result of an inline query...
-
-
- - - - -- cgit v1.2.3 From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/_input_contact_message_content_8h_source.html | 131 +++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 docs/_input_contact_message_content_8h_source.html (limited to 'docs/_input_contact_message_content_8h_source.html') diff --git a/docs/_input_contact_message_content_8h_source.html b/docs/_input_contact_message_content_8h_source.html new file mode 100644 index 0000000..603d7e6 --- /dev/null +++ b/docs/_input_contact_message_content_8h_source.html @@ -0,0 +1,131 @@ + + + + + + +tgbot-cpp: include/tgbot/types/InputContactMessageContent.h Source File + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
InputContactMessageContent.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Konstantin Kukin on 26/12/16.
3 //
4 
5 #ifndef TGBOT_INPUTCONTACTMESSAGECONTENT_H
6 #define TGBOT_INPUTCONTACTMESSAGECONTENT_H
7 
8 #include <memory>
9 #include <string>
10 
11 namespace TgBot {
12 
19 public:
20  typedef std::shared_ptr<InputContactMessageContent> Ptr;
21 
23  InputMessageContent("InputContactMessageContent")
24  {}
25 
29  std::string phoneNumber;
30 
34  std::string firstName;
35 
39  std::string lastName;
40 
42 };
43 }
44 
45 #endif //TGBOT_INPUTCONTACTMESSAGECONTENT_H
Definition: Api.h:49
+
This object represents the content of a message to be sent as a result of an inline query...
+ +
std::string firstName
Contact&#39;s first name.
+
std::shared_ptr< InputContactMessageContent > Ptr
+
std::string lastName
Optional. Contact&#39;s last name.
+ +
std::string phoneNumber
Contact&#39;s phone number.
+
Represents the content of a contact message to be sent as the result of an inline query...
+
+
+ + + + -- cgit v1.2.3