tgbot-cpp
|
#include <ChatMember.h>
Public Types | |
typedef std::shared_ptr< ChatMember > | Ptr |
Public Attributes | |
User::Ptr | user |
std::string | status |
This object contains information about one member of the chat.
Definition at line 19 of file ChatMember.h.
typedef std::shared_ptr<ChatMember> TgBot::ChatMember::Ptr |
Definition at line 21 of file ChatMember.h.
std::string TgBot::ChatMember::status |
The member's status in the chat. Can be “creator”, “administrator”, “member”, “left” or “kicked”
Definition at line 31 of file ChatMember.h.
User::Ptr TgBot::ChatMember::user |
Information about the user
Definition at line 26 of file ChatMember.h.