From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/df/d32/class_tg_bot_1_1_contact.html | 214 ++++++++++++++++++++++++++++++ docs/df/d32/class_tg_bot_1_1_contact.js | 8 ++ 2 files changed, 222 insertions(+) create mode 100644 docs/df/d32/class_tg_bot_1_1_contact.html create mode 100644 docs/df/d32/class_tg_bot_1_1_contact.js (limited to 'docs/df/d32') diff --git a/docs/df/d32/class_tg_bot_1_1_contact.html b/docs/df/d32/class_tg_bot_1_1_contact.html new file mode 100644 index 0000000..e15c9eb --- /dev/null +++ b/docs/df/d32/class_tg_bot_1_1_contact.html @@ -0,0 +1,214 @@ + + + + + + + +tgbot-cpp: TgBot::Contact Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::Contact Class Reference
+
+
+ +

#include <Contact.h>

+ + + + +

+Public Types

typedef std::shared_ptr< ContactPtr
 
+ + + + + + + + + +

+Public Attributes

std::string phoneNumber
 
std::string firstName
 
std::string lastName
 
std::string userId
 
+

Detailed Description

+

This object represents a phone contact.

+ +

Definition at line 35 of file Contact.h.

+

Member Typedef Documentation

+ +

◆ Ptr

+ +
+
+ + + + +
typedef std::shared_ptr<Contact> TgBot::Contact::Ptr
+
+ +

Definition at line 38 of file Contact.h.

+ +
+
+

Member Data Documentation

+ +

◆ firstName

+ +
+
+ + + + +
std::string TgBot::Contact::firstName
+
+

Contact's first name.

+ +

Definition at line 48 of file Contact.h.

+ +
+
+ +

◆ lastName

+ +
+
+ + + + +
std::string TgBot::Contact::lastName
+
+

Optional. Contact's last name.

+ +

Definition at line 53 of file Contact.h.

+ +
+
+ +

◆ phoneNumber

+ +
+
+ + + + +
std::string TgBot::Contact::phoneNumber
+
+

Contact's phone number.

+ +

Definition at line 43 of file Contact.h.

+ +
+
+ +

◆ userId

+ +
+
+ + + + +
std::string TgBot::Contact::userId
+
+

Optional. Contact's user identifier in Telegram.

+ +

Definition at line 58 of file Contact.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/df/d32/class_tg_bot_1_1_contact.js b/docs/df/d32/class_tg_bot_1_1_contact.js new file mode 100644 index 0000000..2904ddc --- /dev/null +++ b/docs/df/d32/class_tg_bot_1_1_contact.js @@ -0,0 +1,8 @@ +var class_tg_bot_1_1_contact = +[ + [ "Ptr", "df/d32/class_tg_bot_1_1_contact.html#a43915fd39dc9ef11a5f8684512ce5e7b", null ], + [ "firstName", "df/d32/class_tg_bot_1_1_contact.html#a81956d457d30f743bcb74dfbe1635bc8", null ], + [ "lastName", "df/d32/class_tg_bot_1_1_contact.html#acece1a697b1e94ba95e5a4b161f7e2d3", null ], + [ "phoneNumber", "df/d32/class_tg_bot_1_1_contact.html#ada9f5461d2dd84b547cf563db624ff28", null ], + [ "userId", "df/d32/class_tg_bot_1_1_contact.html#a35e56ce0b16eb1119431043dccd8056b", null ] +]; \ No newline at end of file -- cgit v1.2.3