#include "User.h"
◆ User() [1/2]
yatbcpp::User::User |
( |
std::int32_t |
id, |
|
|
bool |
is_bot, |
|
|
std::string |
first_name |
|
) |
| |
◆ User() [2/2]
User::User |
( |
const User & |
user | ) |
|
◆ getFirst_name()
const string & User::getFirst_name |
( |
| ) |
const |
◆ getId()
int32_t User::getId |
( |
| ) |
const |
◆ getLanguage_code()
const optional< string > & User::getLanguage_code |
( |
| ) |
const |
◆ getLast_name()
const optional< string > & User::getLast_name |
( |
| ) |
const |
◆ getUsername()
const optional< string > & User::getUsername |
( |
| ) |
const |
◆ IsBot()
bool User::IsBot |
( |
| ) |
const |
◆ setLanguage_code()
void User::setLanguage_code |
( |
const std::optional< std::string > & |
language_code | ) |
|
◆ setLast_name()
void User::setLast_name |
( |
const std::optional< std::string > & |
last_name | ) |
|
◆ setUsername()
void User::setUsername |
( |
const std::optional< std::string > & |
username | ) |
|
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
const User & |
U |
|
) |
| |
|
friend |
◆ first_name
std::string yatbcpp::User::first_name |
|
private |
◆ id
std::int32_t yatbcpp::User::id |
|
private |
◆ is_bot
bool yatbcpp::User::is_bot |
|
private |
◆ language_code
std::optional<std::string> yatbcpp::User::language_code |
|
private |
◆ last_name
std::optional<std::string> yatbcpp::User::last_name |
|
private |
◆ username
std::optional<std::string> yatbcpp::User::username |
|
private |
The documentation for this class was generated from the following files: