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

Chat object. More...

#include <chat.hpp>

Public Attributes

int_fast64_t id
 Unique identifier for this chat.
 
EChat type
 Type of chat.
 
std::experimental::optional< std::string > title
 Optional. Title, for supergroups, channels and group chats
 
std::experimental::optional< std::string > username
 Optional. Username, for private chats, supergroups and channels if available
 
std::experimental::optional< std::string > first_name
 Optional. First name of the other party in a private chat
 
std::experimental::optional< std::string > last_name
 Optional. Last name of the other party in a private chat
 

Detailed Description

Chat object.

This object represents a chat. (https://core.telegram.org/bots/api#user)


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