From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- ...s_tg_bot_1_1_input_contact_message_content.html | 278 +++++++++++++++++++++ ...ass_tg_bot_1_1_input_contact_message_content.js | 9 + ...ss_tg_bot_1_1_input_contact_message_content.png | Bin 0 -> 839 bytes 3 files changed, 287 insertions(+) create mode 100644 docs/dc/dc6/class_tg_bot_1_1_input_contact_message_content.html create mode 100644 docs/dc/dc6/class_tg_bot_1_1_input_contact_message_content.js create mode 100644 docs/dc/dc6/class_tg_bot_1_1_input_contact_message_content.png (limited to 'docs/dc/dc6') diff --git a/docs/dc/dc6/class_tg_bot_1_1_input_contact_message_content.html b/docs/dc/dc6/class_tg_bot_1_1_input_contact_message_content.html new file mode 100644 index 0000000..9b800a3 --- /dev/null +++ b/docs/dc/dc6/class_tg_bot_1_1_input_contact_message_content.html @@ -0,0 +1,278 @@ + + + + + + + +tgbot-cpp: TgBot::InputContactMessageContent Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::InputContactMessageContent Class Reference
+
+
+ +

#include <InputContactMessageContent.h>

+
+Inheritance diagram for TgBot::InputContactMessageContent:
+
+
+ + +TgBot::InputMessageContent + +
+ + + + + + + +

+Public Types

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

+Public Member Functions

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

+Public Attributes

std::string phoneNumber
 
std::string firstName
 
std::string lastName
 
- Public Attributes inherited from TgBot::InputMessageContent
std::string type
 
+

Detailed Description

+

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

+ +

Definition at line 17 of file InputContactMessageContent.h.

+

Member Typedef Documentation

+ +

◆ Ptr

+ +
+
+ +

Definition at line 19 of file InputContactMessageContent.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ InputContactMessageContent()

+ +
+
+ + + + + +
+ + + + + + + +
TgBot::InputContactMessageContent::InputContactMessageContent ()
+
+inline
+
+ +

Definition at line 21 of file InputContactMessageContent.h.

+ +
+
+ +

◆ ~InputContactMessageContent()

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

Definition at line 40 of file InputContactMessageContent.h.

+ +
+
+

Member Data Documentation

+ +

◆ firstName

+ +
+
+ + + + +
std::string TgBot::InputContactMessageContent::firstName
+
+

Contact's first name

+ +

Definition at line 33 of file InputContactMessageContent.h.

+ +
+
+ +

◆ lastName

+ +
+
+ + + + +
std::string TgBot::InputContactMessageContent::lastName
+
+

Optional. Contact's last name

+ +

Definition at line 38 of file InputContactMessageContent.h.

+ +
+
+ +

◆ phoneNumber

+ +
+
+ + + + +
std::string TgBot::InputContactMessageContent::phoneNumber
+
+

Contact's phone number

+ +

Definition at line 28 of file InputContactMessageContent.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/dc/dc6/class_tg_bot_1_1_input_contact_message_content.js b/docs/dc/dc6/class_tg_bot_1_1_input_contact_message_content.js new file mode 100644 index 0000000..f103a6a --- /dev/null +++ b/docs/dc/dc6/class_tg_bot_1_1_input_contact_message_content.js @@ -0,0 +1,9 @@ +var class_tg_bot_1_1_input_contact_message_content = +[ + [ "Ptr", "dc/dc6/class_tg_bot_1_1_input_contact_message_content.html#ad552a44374583a3ea339380338e87e99", null ], + [ "InputContactMessageContent", "dc/dc6/class_tg_bot_1_1_input_contact_message_content.html#a389b68f90eed647eafe4dc23d2754e7d", null ], + [ "~InputContactMessageContent", "dc/dc6/class_tg_bot_1_1_input_contact_message_content.html#ae6b8788ba14b203ba53373262d9a67c0", null ], + [ "firstName", "dc/dc6/class_tg_bot_1_1_input_contact_message_content.html#a673d5217669bf5fce75f51578cdc5c1c", null ], + [ "lastName", "dc/dc6/class_tg_bot_1_1_input_contact_message_content.html#a125669f026157308736f940e1400ed23", null ], + [ "phoneNumber", "dc/dc6/class_tg_bot_1_1_input_contact_message_content.html#a96fe449f5efd3f80c2dde6af364a7aa6", null ] +]; \ No newline at end of file diff --git a/docs/dc/dc6/class_tg_bot_1_1_input_contact_message_content.png b/docs/dc/dc6/class_tg_bot_1_1_input_contact_message_content.png new file mode 100644 index 0000000..d301794 Binary files /dev/null and b/docs/dc/dc6/class_tg_bot_1_1_input_contact_message_content.png differ -- cgit v1.2.3