#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1562036527 |
| | Identifier uniquely determining a type of the object.
|
| |
Represents a transaction changing the amount of owned Toncoins.
Definition at line 74564 of file td_api.h.
◆ tonTransaction() [1/2]
| td::td_api::tonTransaction::tonTransaction |
( |
| ) |
|
Represents a transaction changing the amount of owned Toncoins.
◆ tonTransaction() [2/2]
Represents a transaction changing the amount of owned Toncoins.
- Parameters
-
| [in] | id_ | Unique identifier of the transaction. |
| [in] | ton_amount_ | The amount of added owned Toncoins; negative for outgoing transactions. |
| [in] | is_refund_ | True, if the transaction is a refund of a previous transaction. |
| [in] | date_ | Point in time (Unix timestamp) when the transaction was completed. |
| [in] | type_ | Type of the transaction. |
◆ store()
| void td::td_api::tonTransaction::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.
◆ date_
| int32 td::td_api::tonTransaction::date_ |
Point in time (Unix timestamp) when the transaction was completed.
Definition at line 74581 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::tonTransaction::ID = 1562036527 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 74602 of file td_api.h.
◆ id_
| string td::td_api::tonTransaction::id_ |
Unique identifier of the transaction.
Definition at line 74575 of file td_api.h.
◆ is_refund_
| bool td::td_api::tonTransaction::is_refund_ |
True, if the transaction is a refund of a previous transaction.
Definition at line 74579 of file td_api.h.
◆ ton_amount_
| int53 td::td_api::tonTransaction::ton_amount_ |
The amount of added owned Toncoins; negative for outgoing transactions.
Definition at line 74577 of file td_api.h.
◆ type_
Type of the transaction.
Definition at line 74583 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