|
tgbotxx 1.2.9.2
Telegram Bot C++ Library
|
Represents a chat member that has no additional privileges or restrictions. https://core.telegram.org/bots/api#chatmembermember. More...
#include <ChatMember.hpp>
Public Member Functions | |
| ChatMemberMember () | |
| ChatMemberMember (const nl::json &json) | |
| nl::json | toJson () const override |
| Serializes this object to JSON. | |
| void | fromJson (const nl::json &json) override |
| Deserializes this object from JSON. | |
Public Member Functions inherited from tgbotxx::ChatMember | |
| ChatMember ()=default | |
| ChatMember (const nl::json &json) | |
| virtual | ~ChatMember ()=default |
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 has no additional privileges or restrictions. https://core.telegram.org/bots/api#chatmembermember.
Definition at line 192 of file ChatMember.hpp.
|
inline |
Definition at line 193 of file ChatMember.hpp.
|
inlineexplicit |
Definition at line 196 of file ChatMember.hpp.
Deserializes this object from JSON.
Reimplemented from tgbotxx::ChatMember.
Definition at line 208 of file ChatMember.hpp.
|
inlineoverridevirtual |
Serializes this object to JSON.
Reimplemented from tgbotxx::ChatMember.
Definition at line 202 of file ChatMember.hpp.