From f13b7029e9af43282ebe6c2e9bb4dd749c8e450a Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 02:09:18 +0300 Subject: Move docs to gh-pages branch --- docs/class_tg_bot_1_1_contact.html | 242 ------------------------------------- 1 file changed, 242 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_contact.html (limited to 'docs/class_tg_bot_1_1_contact.html') diff --git a/docs/class_tg_bot_1_1_contact.html b/docs/class_tg_bot_1_1_contact.html deleted file mode 100644 index 8f4efa0..0000000 --- a/docs/class_tg_bot_1_1_contact.html +++ /dev/null @@ -1,242 +0,0 @@ - - - - - - -tgbot-cpp: TgBot::Contact Class Reference - - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::Contact Class Reference
-
-
- -

This object represents a phone contact. - More...

- -

#include <Contact.h>

- - - - -

-Public Types

typedef std::shared_ptr< ContactPtr
 
- - - - - - - - - - - - - -

-Public Attributes

std::string phoneNumber
 Contact's phone number. More...
 
std::string firstName
 Contact's first name. More...
 
std::string lastName
 Optional. Contact's last name. More...
 
std::string userId
 Optional. Contact's user identifier in Telegram. More...
 
-

Detailed Description

-

This object represents a phone contact.

- -

Definition at line 36 of file Contact.h.

-

Member Typedef Documentation

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

Definition at line 39 of file Contact.h.

- -
-
-

Member Data Documentation

- -
-
- - - - -
std::string TgBot::Contact::firstName
-
- -

Contact's first name.

- -

Definition at line 49 of file Contact.h.

- -
-
- -
-
- - - - -
std::string TgBot::Contact::lastName
-
- -

Optional. Contact's last name.

- -

Definition at line 54 of file Contact.h.

- -
-
- -
-
- - - - -
std::string TgBot::Contact::phoneNumber
-
- -

Contact's phone number.

- -

Definition at line 44 of file Contact.h.

- -
-
- -
-
- - - - -
std::string TgBot::Contact::userId
-
- -

Optional. Contact's user identifier in Telegram.

- -

Definition at line 59 of file Contact.h.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - -- cgit v1.2.3