|
tgbot-cpp
|
Represents a chat member that isn't currently a member of the chat, but may join it themselves. More...
#include <ChatMemberLeft.h>
Public Types | |
| typedef std::shared_ptr< ChatMemberLeft > | Ptr |
| Public Types inherited from TgBot::ChatMember | |
| typedef std::shared_ptr< ChatMember > | Ptr |
Public Member Functions | |
| ChatMemberLeft () | |
| Public Member Functions inherited from TgBot::ChatMember | |
| ChatMember () | |
| virtual | ~ChatMember () |
Static Public Attributes | |
| static const std::string | STATUS |
Additional Inherited Members | |
| Public Attributes inherited from TgBot::ChatMember | |
| std::string | status |
| The member's status in the chat. | |
| User::Ptr | user |
| Information about the user. | |
Represents a chat member that isn't currently a member of the chat, but may join it themselves.
Definition at line 15 of file ChatMemberLeft.h.
| typedef std::shared_ptr<ChatMemberLeft> TgBot::ChatMemberLeft::Ptr |
Definition at line 19 of file ChatMemberLeft.h.
|
inline |
Definition at line 21 of file ChatMemberLeft.h.
|
static |
Definition at line 17 of file ChatMemberLeft.h.