yatbcpp
0.0.1
Yet another Telegram Bot CPP Library
|
This is the complete list of members for yatbcpp::User, including all inherited members.
first_name | yatbcpp::User | private |
getFirst_name() const | yatbcpp::User | |
getId() const | yatbcpp::User | |
getLanguage_code() const | yatbcpp::User | |
getLast_name() const | yatbcpp::User | |
getUsername() const | yatbcpp::User | |
id | yatbcpp::User | private |
is_bot | yatbcpp::User | private |
IsBot() const | yatbcpp::User | |
language_code | yatbcpp::User | private |
last_name | yatbcpp::User | private |
operator<<(std::ostream &o, const User &U) | yatbcpp::User | friend |
setLanguage_code(const std::optional< std::string > &language_code) | yatbcpp::User | |
setLast_name(const std::optional< std::string > &last_name) | yatbcpp::User | |
setUsername(const std::optional< std::string > &username) | yatbcpp::User | |
User(std::int32_t id, bool is_bot, std::string first_name) | yatbcpp::User | |
User(const User &user) | yatbcpp::User | |
username | yatbcpp::User | private |