#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| 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.
|
| |
| bool | withdrawal_enabled_ |
| | True, if Telegram Stars can be withdrawn now or later.
|
| |
|
| static const std::int32_t | ID = -1505178024 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains information about revenue earned from sponsored messages in a chat.
Definition at line 15179 of file td_api.h.
◆ 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'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. |
◆ 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] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ 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'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:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h