yatbcpp
0.0.1
Yet another Telegram Bot CPP Library
|
This is the complete list of members for yatbcpp::Contact, including all inherited members.
Contact(std::string phone_number, std::string first_name) | yatbcpp::Contact | |
Contact(const Contact &Contact) | yatbcpp::Contact | |
first_name | yatbcpp::Contact | private |
getFirst_name() const | yatbcpp::Contact | |
getLast_name() const | yatbcpp::Contact | |
getPhone_number() const | yatbcpp::Contact | |
getUser_id() const | yatbcpp::Contact | |
last_name | yatbcpp::Contact | private |
phone_number | yatbcpp::Contact | private |
setLast_name(const std::optional< std::string > &last_name) | yatbcpp::Contact | |
setUser_id(const std::optional< std::int32_t > &user_id) | yatbcpp::Contact | |
user_id | yatbcpp::Contact | private |