tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::tonRevenueStatus Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::tonRevenueStatus:
td::td_api::Object td::TlObject

Public Member Functions

 tonRevenueStatus ()
 
 tonRevenueStatus (int64 total_amount_, int64 balance_amount_, int64 available_amount_, bool withdrawal_enabled_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

int64 total_amount_
 Total Toncoin amount earned; in the smallest units of the cryptocurrency.
 
int64 balance_amount_
 The Toncoin amount that isn&#x27;t withdrawn yet; in the smallest units of the cryptocurrency.
 
int64 available_amount_
 The Toncoin amount that is available for withdrawal; in the smallest units of the cryptocurrency.
 
bool withdrawal_enabled_
 True, if Toncoins can be withdrawn.
 

Static Public Attributes

static const std::int32_t ID = -1437514030
 Identifier uniquely determining a type of the object.
 

Detailed Description

Contains information about Toncoins earned by the current user.

Definition at line 74514 of file td_api.h.

Constructor & Destructor Documentation

◆ tonRevenueStatus() [1/2]

td::td_api::tonRevenueStatus::tonRevenueStatus ( )

Contains information about Toncoins earned by the current user.

◆ tonRevenueStatus() [2/2]

td::td_api::tonRevenueStatus::tonRevenueStatus ( int64  total_amount_,
int64  balance_amount_,
int64  available_amount_,
bool  withdrawal_enabled_ 
)

Contains information about Toncoins earned by the current user.

Parameters
[in]total_amount_Total Toncoin amount earned; in the smallest units of the cryptocurrency.
[in]balance_amount_The Toncoin amount that isn&#x27;t withdrawn yet; in the smallest units of the cryptocurrency.
[in]available_amount_The Toncoin amount that is available for withdrawal; in the smallest units of the cryptocurrency.
[in]withdrawal_enabled_True, if Toncoins can be withdrawn.

Member Function Documentation

◆ store()

void td::td_api::tonRevenueStatus::store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ available_amount_

int64 td::td_api::tonRevenueStatus::available_amount_

The Toncoin amount that is available for withdrawal; in the smallest units of the cryptocurrency.

Definition at line 74529 of file td_api.h.

◆ balance_amount_

int64 td::td_api::tonRevenueStatus::balance_amount_

The Toncoin amount that isn&#x27;t withdrawn yet; in the smallest units of the cryptocurrency.

Definition at line 74527 of file td_api.h.

◆ ID

const std::int32_t td::td_api::tonRevenueStatus::ID = -1437514030
static

Identifier uniquely determining a type of the object.

Definition at line 74549 of file td_api.h.

◆ total_amount_

int64 td::td_api::tonRevenueStatus::total_amount_

Total Toncoin amount earned; in the smallest units of the cryptocurrency.

Definition at line 74525 of file td_api.h.

◆ withdrawal_enabled_

bool td::td_api::tonRevenueStatus::withdrawal_enabled_

True, if Toncoins can be withdrawn.

Definition at line 74531 of file td_api.h.


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