1#ifndef TGBOT_CHATMEMBER_H
2#define TGBOT_CHATMEMBER_H
21 typedef std::shared_ptr<ChatMember>
Ptr;
This abstract class is base of all chat members.
User::Ptr user
Information about the user.
std::string status
The member's status in the chat.
std::shared_ptr< ChatMember > Ptr
std::shared_ptr< User > Ptr