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