#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1460640717 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains information about a collectible item and its last purchase.
Definition at line 16918 of file td_api.h.
◆ collectibleItemInfo() [1/2]
| td::td_api::collectibleItemInfo::collectibleItemInfo |
( |
| ) |
|
Contains information about a collectible item and its last purchase.
◆ collectibleItemInfo() [2/2]
| td::td_api::collectibleItemInfo::collectibleItemInfo |
( |
int32 |
purchase_date_, |
|
|
string const & |
currency_, |
|
|
int53 |
amount_, |
|
|
string const & |
cryptocurrency_, |
|
|
int64 |
cryptocurrency_amount_, |
|
|
string const & |
url_ |
|
) |
| |
Contains information about a collectible item and its last purchase.
- Parameters
-
| [in] | purchase_date_ | Point in time (Unix timestamp) when the item was purchased. |
| [in] | currency_ | Currency for the paid amount. |
| [in] | amount_ | The paid amount, in the smallest units of the currency. |
| [in] | cryptocurrency_ | Cryptocurrency used to pay for the item. |
| [in] | cryptocurrency_amount_ | The paid amount, in the smallest units of the cryptocurrency. |
| [in] | url_ | Individual URL for the item on https://fragment.com. |
◆ store()
| void td::td_api::collectibleItemInfo::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.
◆ amount_
| int53 td::td_api::collectibleItemInfo::amount_ |
The paid amount, in the smallest units of the currency.
Definition at line 16933 of file td_api.h.
◆ cryptocurrency_
| string td::td_api::collectibleItemInfo::cryptocurrency_ |
Cryptocurrency used to pay for the item.
Definition at line 16935 of file td_api.h.
◆ cryptocurrency_amount_
| int64 td::td_api::collectibleItemInfo::cryptocurrency_amount_ |
The paid amount, in the smallest units of the cryptocurrency.
Definition at line 16937 of file td_api.h.
◆ currency_
| string td::td_api::collectibleItemInfo::currency_ |
Currency for the paid amount.
Definition at line 16931 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::collectibleItemInfo::ID = 1460640717 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 16959 of file td_api.h.
◆ purchase_date_
| int32 td::td_api::collectibleItemInfo::purchase_date_ |
Point in time (Unix timestamp) when the item was purchased.
Definition at line 16929 of file td_api.h.
◆ url_
| string td::td_api::collectibleItemInfo::url_ |
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