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