1#ifndef TGBOT_CHATMEMBEROWNER_H
2#define TGBOT_CHATMEMBEROWNER_H
20 typedef std::shared_ptr<ChatMemberOwner>
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 owns the chat and has all administrator privileges.
bool isAnonymous
True, if the user's presence in the chat is hidden.
static const std::string STATUS
std::shared_ptr< ChatMemberOwner > Ptr
std::string customTitle
Custom title for this user.