From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- docs/d5/df0/_input_contact_message_content_8h.html | 116 --------------------- .../_input_contact_message_content_8h_source.html | 107 ------------------- 2 files changed, 223 deletions(-) delete mode 100644 docs/d5/df0/_input_contact_message_content_8h.html delete mode 100644 docs/d5/df0/_input_contact_message_content_8h_source.html (limited to 'docs/d5/df0') diff --git a/docs/d5/df0/_input_contact_message_content_8h.html b/docs/d5/df0/_input_contact_message_content_8h.html deleted file mode 100644 index b559b52..0000000 --- a/docs/d5/df0/_input_contact_message_content_8h.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/InputContactMessageContent.h File Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
InputContactMessageContent.h File Reference
-
-
-
#include <memory>
-#include <string>
-
-

Go to the source code of this file.

- - - - -

-Classes

class  TgBot::InputContactMessageContent
 
- - - -

-Namespaces

 TgBot
 
-
-
- - - - diff --git a/docs/d5/df0/_input_contact_message_content_8h_source.html b/docs/d5/df0/_input_contact_message_content_8h_source.html deleted file mode 100644 index 0382368..0000000 --- a/docs/d5/df0/_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 
18 public:
19  typedef std::shared_ptr<InputContactMessageContent> Ptr;
20 
22  InputMessageContent("InputContactMessageContent")
23  {}
24 
28  std::string phoneNumber;
29 
33  std::string firstName;
34 
38  std::string lastName;
39 
41 };
42 }
43 
44 #endif //TGBOT_INPUTCONTACTMESSAGECONTENT_H
Definition: Api.h:44
- - - -
std::shared_ptr< InputContactMessageContent > Ptr
- - - - -
-
- - - - -- cgit v1.2.3