Cppgram  1.0.0
Easy and modern C++14 Telegram Bot API wrapper
Public Attributes | List of all members
User Class Reference

User object. More...

#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
 

Detailed Description

User object.

This object represents a Telegram user or bot. Api reference


The documentation for this class was generated from the following file: