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::chatRevenueAmount Class Referencefinal

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

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

Public Member Functions

 chatRevenueAmount ()
 
 chatRevenueAmount (string const &cryptocurrency_, 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

string cryptocurrency_
 Cryptocurrency in which revenue is calculated.
 
int64 total_amount_
 Total amount of the cryptocurrency earned, in the smallest units of the cryptocurrency.
 
int64 balance_amount_
 Amount of the cryptocurrency that isn&#x27;t withdrawn yet, in the smallest units of the cryptocurrency.
 
int64 available_amount_
 Amount of the cryptocurrency available for withdrawal, in the smallest units of the cryptocurrency.
 
bool withdrawal_enabled_
 True, if Telegram Stars can be withdrawn now or later.
 

Static Public Attributes

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

Detailed Description

Contains information about revenue earned from sponsored messages in a chat.

Definition at line 15179 of file td_api.h.

Constructor & Destructor Documentation

◆ chatRevenueAmount() [1/2]

td::td_api::chatRevenueAmount::chatRevenueAmount ( )

Contains information about revenue earned from sponsored messages in a chat.

◆ chatRevenueAmount() [2/2]

td::td_api::chatRevenueAmount::chatRevenueAmount ( string const &  cryptocurrency_,
int64  total_amount_,
int64  balance_amount_,
int64  available_amount_,
bool  withdrawal_enabled_ 
)

Contains information about revenue earned from sponsored messages in a chat.

Parameters
[in]cryptocurrency_Cryptocurrency in which revenue is calculated.
[in]total_amount_Total amount of the cryptocurrency earned, in the smallest units of the cryptocurrency.
[in]balance_amount_Amount of the cryptocurrency that isn&#x27;t withdrawn yet, in the smallest units of the cryptocurrency.
[in]available_amount_Amount of the cryptocurrency available for withdrawal, in the smallest units of the cryptocurrency.
[in]withdrawal_enabled_True, if Telegram Stars can be withdrawn now or later.

Member Function Documentation

◆ store()

void td::td_api::chatRevenueAmount::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::chatRevenueAmount::available_amount_

Amount of the cryptocurrency available for withdrawal, in the smallest units of the cryptocurrency.

Definition at line 15196 of file td_api.h.

◆ balance_amount_

int64 td::td_api::chatRevenueAmount::balance_amount_

Amount of the cryptocurrency that isn&#x27;t withdrawn yet, in the smallest units of the cryptocurrency.

Definition at line 15194 of file td_api.h.

◆ cryptocurrency_

string td::td_api::chatRevenueAmount::cryptocurrency_

Cryptocurrency in which revenue is calculated.

Definition at line 15190 of file td_api.h.

◆ ID

const std::int32_t td::td_api::chatRevenueAmount::ID = -1505178024
static

Identifier uniquely determining a type of the object.

Definition at line 15217 of file td_api.h.

◆ total_amount_

int64 td::td_api::chatRevenueAmount::total_amount_

Total amount of the cryptocurrency earned, in the smallest units of the cryptocurrency.

Definition at line 15192 of file td_api.h.

◆ withdrawal_enabled_

bool td::td_api::chatRevenueAmount::withdrawal_enabled_

True, if Telegram Stars can be withdrawn now or later.

Definition at line 15198 of file td_api.h.


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