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

#include <User.h>

+ + + + +

+Public Types

typedef std::shared_ptr< UserPtr
 
+ + + + + + + + + +

+Public Attributes

int32_t id
 
std::string firstName
 
std::string lastName
 
std::string username
 
+

Detailed Description

+

This object represents a Telegram user or bot.

+ +

Definition at line 35 of file User.h.

+

Member Typedef Documentation

+ +

◆ Ptr

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

Definition at line 38 of file User.h.

+ +
+
+

Member Data Documentation

+ +

◆ firstName

+ +
+
+ + + + +
std::string TgBot::User::firstName
+
+

User‘s or bot’s first name.

+ +

Definition at line 48 of file User.h.

+ +
+
+ +

◆ id

+ +
+
+ + + + +
int32_t TgBot::User::id
+
+

Unique identifier for this user or bot.

+ +

Definition at line 43 of file User.h.

+ +
+
+ +

◆ lastName

+ +
+
+ + + + +
std::string TgBot::User::lastName
+
+

Optional. User‘s or bot’s last name.

+ +

Definition at line 53 of file User.h.

+ +
+
+ +

◆ username

+ +
+
+ + + + +
std::string TgBot::User::username
+
+

Optional. User‘s or bot’s username.

+ +

Definition at line 58 of file User.h.

+ +
+
+
The documentation for this class was generated from the following file:
    +
  • include/tgbot/types/User.h
  • +
+
+
+ + + + diff --git a/docs/d1/d53/class_tg_bot_1_1_user.js b/docs/d1/d53/class_tg_bot_1_1_user.js new file mode 100644 index 0000000..969d9dd --- /dev/null +++ b/docs/d1/d53/class_tg_bot_1_1_user.js @@ -0,0 +1,8 @@ +var class_tg_bot_1_1_user = +[ + [ "Ptr", "d1/d53/class_tg_bot_1_1_user.html#ae6ea24aef677abaaf0fd7d60adf5be79", null ], + [ "firstName", "d1/d53/class_tg_bot_1_1_user.html#a7f7a9c98a98fdd7199d2c22c63dd75b0", null ], + [ "id", "d1/d53/class_tg_bot_1_1_user.html#a52ed387bdcad23b2883ef86a4c1f600f", null ], + [ "lastName", "d1/d53/class_tg_bot_1_1_user.html#a52e3efc4237df7992eb8a698fafad9b0", null ], + [ "username", "d1/d53/class_tg_bot_1_1_user.html#a3b32a26af904966eb8f961309f49eeba", null ] +]; \ No newline at end of file -- cgit v1.2.3