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

Describes a transaction with an unknown source or recipient. More...

#include <TransactionPartner.hpp>

Inheritance diagram for tgbotxx::TransactionPartnerOther:
tgbotxx::TransactionPartner

Public Member Functions

 TransactionPartnerOther ()
 
 TransactionPartnerOther (const nl::json &json)
 
- Public Member Functions inherited from tgbotxx::TransactionPartner
 TransactionPartner ()=default
 
 TransactionPartner (const nl::json &json)
 
virtual ~TransactionPartner ()=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::TransactionPartner
std::string type
 Type of the transaction partner.
 

Detailed Description

Describes a transaction with an unknown source or recipient.

Definition at line 231 of file TransactionPartner.hpp.

Constructor & Destructor Documentation

◆ TransactionPartnerOther() [1/2]

tgbotxx::TransactionPartnerOther::TransactionPartnerOther ( )
inline

Definition at line 232 of file TransactionPartner.hpp.

◆ TransactionPartnerOther() [2/2]

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

Definition at line 235 of file TransactionPartner.hpp.


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