| tgbot-cpp
    | 
Represents a chat member that owns the chat and has all administrator privileges. More...
#include <ChatMemberOwner.h>
 
  
| Public Types | |
| typedef std::shared_ptr< ChatMemberOwner > | Ptr | 
| Public Types inherited from TgBot::ChatMember | |
| typedef std::shared_ptr< ChatMember > | Ptr | 
| Public Member Functions | |
| ChatMemberOwner () | |
| Public Member Functions inherited from TgBot::ChatMember | |
| ChatMember () | |
| virtual | ~ChatMember () | 
| Public Attributes | |
| std::string | customTitle | 
| Custom title for this user. | |
| bool | isAnonymous | 
| True, if the user's presence in the chat is hidden. | |
| Public Attributes inherited from TgBot::ChatMember | |
| std::string | status | 
| The member's status in the chat. | |
| User::Ptr | user | 
| Information about the user. | |
| Static Public Attributes | |
| static const std::string | STATUS | 
Represents a chat member that owns the chat and has all administrator privileges.
Definition at line 16 of file ChatMemberOwner.h.
| typedef std::shared_ptr<ChatMemberOwner> TgBot::ChatMemberOwner::Ptr | 
Definition at line 20 of file ChatMemberOwner.h.
| 
 | inline | 
Definition at line 22 of file ChatMemberOwner.h.
| std::string TgBot::ChatMemberOwner::customTitle | 
Custom title for this user.
Definition at line 29 of file ChatMemberOwner.h.
| bool TgBot::ChatMemberOwner::isAnonymous | 
True, if the user's presence in the chat is hidden.
Definition at line 34 of file ChatMemberOwner.h.
| 
 | static | 
Definition at line 18 of file ChatMemberOwner.h.