tgbot-cpp
Loading...
Searching...
No Matches
TgBot::TransactionPartnerFragment Struct Reference

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< RevenueWithdrawalStatewithdrawalState { }
 Optional. State of the transaction if the transaction is outgoing.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

Describes a withdrawal transaction with Fragment.

Definition at line 14167 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 14168 of file Types.h.

Member Data Documentation

◆ TYPE

TGBOT_API const std::string TgBot::TransactionPartnerFragment::TYPE
static

Definition at line 14170 of file Types.h.

◆ type

std::string TgBot::TransactionPartnerFragment::type { TYPE }

Type of the transaction partner, always “fragment”

Definition at line 14175 of file Types.h.

◆ withdrawalState

std::shared_ptr<RevenueWithdrawalState> TgBot::TransactionPartnerFragment::withdrawalState { }

Optional. State of the transaction if the transaction is outgoing.

Definition at line 14180 of file Types.h.


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