|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
Base class representing the state of a revenue withdrawal operation https://core.telegram.org/bots/api#revenuewithdrawalstate. More...
#include <RevenueWithdrawalState.hpp>
Public Member Functions | |
| RevenueWithdrawalState ()=default | |
| RevenueWithdrawalState (const nl::json &json) | |
| virtual | ~RevenueWithdrawalState ()=default |
| virtual nl::json | toJson () const |
| Serializes this object to JSON. | |
| virtual void | fromJson (const nl::json &json) |
| Deserializes this object from JSON. | |
Public Attributes | |
| std::string | type |
| Type of the state. | |
Base class representing the state of a revenue withdrawal operation https://core.telegram.org/bots/api#revenuewithdrawalstate.
Definition at line 8 of file RevenueWithdrawalState.hpp.
|
default |
|
inlineexplicit |
Definition at line 10 of file RevenueWithdrawalState.hpp.
|
virtualdefault |
|
inlinevirtual |
Deserializes this object from JSON.
Reimplemented in tgbotxx::RevenueWithdrawalStateSucceeded.
Definition at line 26 of file RevenueWithdrawalState.hpp.
|
inlinevirtual |
Serializes this object to JSON.
Reimplemented in tgbotxx::RevenueWithdrawalStateSucceeded.
Definition at line 19 of file RevenueWithdrawalState.hpp.
| std::string tgbotxx::RevenueWithdrawalState::type |
Type of the state.
Definition at line 16 of file RevenueWithdrawalState.hpp.