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