|
tgbot-cpp
|
Represents a chat member that isn't currently a member of the chat, but may join it themselves. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<ChatMemberLeft> |
Public Attributes | |
| std::string | status { STATUS } |
| The member's status in the chat, always “left” | |
| std::shared_ptr< User > | user { } |
| Information about the user. | |
Static Public Attributes | |
| static TGBOT_API const std::string | STATUS |
Represents a chat member that isn't currently a member of the chat, but may join it themselves.
| using TgBot::ChatMemberLeft::Ptr = std::shared_ptr<ChatMemberLeft> |
|
static |
| std::string TgBot::ChatMemberLeft::status { STATUS } |
| std::shared_ptr<User> TgBot::ChatMemberLeft::user { } |