|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
Represents a chat member that isn't currently a member of the chat, but may join it themselves. https://core.telegram.org/bots/api#chatmemberleft. More...
#include <ChatMember.hpp>
Public Member Functions | |
| ChatMemberLeft ()=default | |
| ChatMemberLeft (const nl::json &json) | |
Public Member Functions inherited from tgbotxx::ChatMember | |
| ChatMember ()=default | |
| ChatMember (const nl::json &json) | |
| virtual | ~ChatMember ()=default |
| nl::json | toJson () const |
| Serializes this object to JSON. | |
| void | fromJson (const nl::json &json) |
| Deserializes this object from JSON. | |
Additional Inherited Members | |
Public Attributes inherited from tgbotxx::ChatMember | |
| std::string | status |
| The member's status in the chat. | |
| Ptr< User > | user |
| Information about the user. | |
Represents a chat member that isn't currently a member of the chat, but may join it themselves. https://core.telegram.org/bots/api#chatmemberleft.
Definition at line 304 of file ChatMember.hpp.
|
default |
|
inlineexplicit |
Definition at line 306 of file ChatMember.hpp.