1#ifndef TGBOT_CHATMEMBERMEMBER_H
2#define TGBOT_CHATMEMBERMEMBER_H
19 typedef std::shared_ptr<ChatMemberMember>
Ptr;
This abstract class is base of all chat members.
std::string status
The member's status in the chat.
Represents a chat member that has no additional privileges or restrictions.
static const std::string STATUS
std::shared_ptr< ChatMemberMember > Ptr