List of all members | Public Fields | Public Instance Methods | Static Public Attributes
chatRevenueAmount Class Referencefinal

Inherits Object.

Description

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

Public Fields

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'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.
 

Public Instance Methods

 chatRevenueAmount ()
 
 chatRevenueAmount (string const &cryptocurrency_, int64 total_amount_, int64 balance_amount_, int64 available_amount_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Instance Methods inherited from 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
 

Static Public Attributes

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

Constructor & Destructor Documentation

◆ chatRevenueAmount() [1/2]

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

◆ chatRevenueAmount() [2/2]

chatRevenueAmount ( string const &  cryptocurrency_,
int64  total_amount_,
int64  balance_amount_,
int64  available_amount_ 
)

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'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.

Method Documentation

◆ store()

void 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 TlObject.


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