tgbotxx 1.1.9.2
Telegram Bot C++ Library
Loading...
Searching...
No Matches
tgbotxx::RevenueWithdrawalStatePending Struct Reference

The withdrawal is in progress. More...

#include <RevenueWithdrawalState.hpp>

Inheritance diagram for tgbotxx::RevenueWithdrawalStatePending:
tgbotxx::RevenueWithdrawalState

Public Member Functions

 RevenueWithdrawalStatePending ()
 
 RevenueWithdrawalStatePending (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.
 

Detailed Description

The withdrawal is in progress.

Definition at line 38 of file RevenueWithdrawalState.hpp.

Constructor & Destructor Documentation

◆ RevenueWithdrawalStatePending() [1/2]

tgbotxx::RevenueWithdrawalStatePending::RevenueWithdrawalStatePending ( )
inline

Definition at line 39 of file RevenueWithdrawalState.hpp.

◆ RevenueWithdrawalStatePending() [2/2]

tgbotxx::RevenueWithdrawalStatePending::RevenueWithdrawalStatePending ( const nl::json &  json)
inlineexplicit

Definition at line 42 of file RevenueWithdrawalState.hpp.


The documentation for this struct was generated from the following file: