|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
Describes a withdrawal transaction to Telegram Ads platform. More...
#include <TransactionPartner.hpp>
Public Member Functions | |
| TransactionPartnerTelegramAds () | |
| TransactionPartnerTelegramAds (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. | |
Describes a withdrawal transaction to Telegram Ads platform.
Definition at line 197 of file TransactionPartner.hpp.
|
inline |
Definition at line 198 of file TransactionPartner.hpp.
|
inlineexplicit |
Definition at line 201 of file TransactionPartner.hpp.