#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -1437514030 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains information about Toncoins earned by the current user.
Definition at line 74514 of file td_api.h.
◆ 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'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. |
◆ 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] | 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::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'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:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h