|
tgbotxx 1.2.9.2
Telegram Bot C++ Library
|
The withdrawal is in progress. More...
#include <RevenueWithdrawalState.hpp>
Public Member Functions | |
| RevenueWithdrawalStatePending () | |
| RevenueWithdrawalStatePending (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::RevenueWithdrawalState | |
| RevenueWithdrawalState ()=default | |
| RevenueWithdrawalState (const nl::json &json) | |
| virtual | ~RevenueWithdrawalState ()=default |
Additional Inherited Members | |
Public Attributes inherited from tgbotxx::RevenueWithdrawalState | |
| std::string | type |
| Type of the state. | |
The withdrawal is in progress.
Definition at line 32 of file RevenueWithdrawalState.hpp.
|
inline |
Definition at line 33 of file RevenueWithdrawalState.hpp.
|
inlineexplicit |
Definition at line 36 of file RevenueWithdrawalState.hpp.
|
inlineoverridevirtual |
Deserializes this object from JSON.
Reimplemented from tgbotxx::RevenueWithdrawalState.
Definition at line 48 of file RevenueWithdrawalState.hpp.
|
inlineoverridevirtual |
Serializes this object to JSON.
Reimplemented from tgbotxx::RevenueWithdrawalState.
Definition at line 42 of file RevenueWithdrawalState.hpp.