tgbot-cpp
|
#include <User.h>
Public Types | |
typedef std::shared_ptr< User > | Ptr |
Public Attributes | |
int32_t | id |
bool | isBot = false |
std::string | firstName |
std::string | lastName |
std::string | username |
std::string | languageCode |
typedef std::shared_ptr<User> TgBot::User::Ptr |
std::string TgBot::User::firstName |
int32_t TgBot::User::id |
std::string TgBot::User::languageCode |
std::string TgBot::User::lastName |
std::string TgBot::User::username |