From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +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 deletions(-) delete mode 100644 docs/df/d32/class_tg_bot_1_1_contact.html delete 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 deleted file mode 100644 index e15c9eb..0000000 --- a/docs/df/d32/class_tg_bot_1_1_contact.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - -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 deleted file mode 100644 index 2904ddc..0000000 --- a/docs/df/d32/class_tg_bot_1_1_contact.js +++ /dev/null @@ -1,8 +0,0 @@ -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