Cppgram
1.0.0
Easy and modern C++14 Telegram Bot API wrapper
|
#include <user.hpp>
Public Attributes | |
uint_fast32_t | id |
Unique identifier for this user or bot. | |
std::string | first_name |
User‘s or bot’s first name. | |
std::experimental::optional< std::string > | last_name |
Optional. User‘s or bot’s last name | |
std::experimental::optional< std::string > | username |
Optional. User‘s or bot’s username | |
User object.
This object represents a Telegram user or bot. Api reference