| tgbot-cpp
    | 
This abstract class is base of all chat members. More...
#include <ChatMember.h>
 
  
| Public Types | |
| typedef std::shared_ptr< ChatMember > | Ptr | 
| Public Member Functions | |
| ChatMember () | |
| virtual | ~ChatMember () | 
| Public Attributes | |
| std::string | status | 
| The member's status in the chat. | |
| User::Ptr | user | 
| Information about the user. | |
This abstract class is base of all chat members.
This object contains information about one member of a chat.
Definition at line 18 of file ChatMember.h.
| typedef std::shared_ptr<ChatMember> TgBot::ChatMember::Ptr | 
Definition at line 21 of file ChatMember.h.
| 
 | inline | 
Definition at line 23 of file ChatMember.h.
| 
 | inlinevirtual | 
Definition at line 25 of file ChatMember.h.
| std::string TgBot::ChatMember::status | 
The member's status in the chat.
Definition at line 30 of file ChatMember.h.
| User::Ptr TgBot::ChatMember::user | 
Information about the user.
Definition at line 35 of file ChatMember.h.