|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
The withdrawal failed and the transaction was refunded. More...
#include <RevenueWithdrawalState.hpp>
Public Member Functions | |
| RevenueWithdrawalStateFailed () | |
| RevenueWithdrawalStateFailed (const nl::json &json) | |
Public Member Functions inherited from tgbotxx::RevenueWithdrawalState | |
| 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. | |
Additional Inherited Members | |
Public Attributes inherited from tgbotxx::RevenueWithdrawalState | |
| std::string | type |
| Type of the state. | |
The withdrawal failed and the transaction was refunded.
Definition at line 77 of file RevenueWithdrawalState.hpp.
|
inline |
Definition at line 78 of file RevenueWithdrawalState.hpp.
|
inlineexplicit |
Definition at line 81 of file RevenueWithdrawalState.hpp.