From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_contact.html | 225 ------------------------------------- 1 file changed, 225 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 3a60955..0000000 --- a/docs/class_tg_bot_1_1_contact.html +++ /dev/null @@ -1,225 +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

- -

◆ Ptr

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

Definition at line 39 of file Contact.h.

- -
-
-

Member Data Documentation

- -

◆ firstName

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

Contact's first name.

- -

Definition at line 49 of file Contact.h.

- -
-
- -

◆ lastName

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

Optional. Contact's last name.

- -

Definition at line 54 of file Contact.h.

- -
-
- -

◆ phoneNumber

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

Contact's phone number.

- -

Definition at line 44 of file Contact.h.

- -
-
- -

◆ userId

- -
-
- - - - -
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 From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_contact.html | 242 +++++++++++++++++++++++++++++++++++++ 1 file changed, 242 insertions(+) create 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 new file mode 100644 index 0000000..8f4efa0 --- /dev/null +++ b/docs/class_tg_bot_1_1_contact.html @@ -0,0 +1,242 @@ + + + + + + +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