|
tgbot-cpp
|
Describes a withdrawal transaction with Fragment. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<TransactionPartnerFragment> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the transaction partner, always “fragment” | |
| std::shared_ptr< RevenueWithdrawalState > | withdrawalState { } |
| Optional. State of the transaction if the transaction is outgoing. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::TransactionPartnerFragment::Ptr = std::shared_ptr<TransactionPartnerFragment> |
|
static |
| std::string TgBot::TransactionPartnerFragment::type { TYPE } |
| std::shared_ptr<RevenueWithdrawalState> TgBot::TransactionPartnerFragment::withdrawalState { } |