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_user.html | 280 ---------------------------------------- 1 file changed, 280 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_user.html (limited to 'docs/class_tg_bot_1_1_user.html') diff --git a/docs/class_tg_bot_1_1_user.html b/docs/class_tg_bot_1_1_user.html deleted file mode 100644 index 35baf20..0000000 --- a/docs/class_tg_bot_1_1_user.html +++ /dev/null @@ -1,280 +0,0 @@ - - - - - - -tgbot-cpp: TgBot::User Class Reference - - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::User Class Reference
-
-
- -

This object represents a Telegram user or bot. - More...

- -

#include <User.h>

- - - - -

-Public Types

typedef std::shared_ptr< UserPtr
 
- - - - - - - - - - - - - - - - - - - -

-Public Attributes

int32_t id
 Unique identifier for this user or bot. More...
 
bool isBot = false
 True, if this user is a bot. More...
 
std::string firstName
 User‘s or bot’s first name. More...
 
std::string lastName
 Optional. User‘s or bot’s last name. More...
 
std::string username
 Optional. User‘s or bot’s username. More...
 
std::string languageCode
 Optional. IETF language tag of the user's language. More...
 
-

Detailed Description

-

This object represents a Telegram user or bot.

- -

Definition at line 36 of file User.h.

-

Member Typedef Documentation

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

Definition at line 39 of file User.h.

- -
-
-

Member Data Documentation

- -
-
- - - - -
std::string TgBot::User::firstName
-
- -

User‘s or bot’s first name.

- -

Definition at line 54 of file User.h.

- -
-
- -
-
- - - - -
int32_t TgBot::User::id
-
- -

Unique identifier for this user or bot.

- -

Definition at line 44 of file User.h.

- -
-
- -
-
- - - - -
bool TgBot::User::isBot = false
-
- -

True, if this user is a bot.

- -

Definition at line 49 of file User.h.

- -
-
- -
-
- - - - -
std::string TgBot::User::languageCode
-
- -

Optional. IETF language tag of the user's language.

- -

Definition at line 69 of file User.h.

- -
-
- -
-
- - - - -
std::string TgBot::User::lastName
-
- -

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

- -

Definition at line 59 of file User.h.

- -
-
- -
-
- - - - -
std::string TgBot::User::username
-
- -

Optional. User‘s or bot’s username.

- -

Definition at line 64 of file User.h.

- -
-
-
The documentation for this class was generated from the following file:
    -
  • include/tgbot/types/User.h
  • -
-
-
- - - - -- cgit v1.2.3