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_user.html | 267 ---------------------------------------- 1 file changed, 267 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 9fba63c..0000000 --- a/docs/class_tg_bot_1_1_user.html +++ /dev/null @@ -1,267 +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

- -

◆ Ptr

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

Definition at line 39 of file User.h.

- -
-
-

Member Data Documentation

- -

◆ firstName

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

User‘s or bot’s first name.

- -

Definition at line 54 of file User.h.

- -
-
- -

◆ id

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

Unique identifier for this user or bot.

- -

Definition at line 44 of file User.h.

- -
-
- -

◆ isBot

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

True, if this user is a bot.

- -

Definition at line 49 of file User.h.

- -
-
- -

◆ languageCode

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

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

- -

Definition at line 69 of file User.h.

- -
-
- -

◆ lastName

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

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

- -

Definition at line 59 of file User.h.

- -
-
- -

◆ username

- -
-
- - - - -
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