#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1863216512 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a possibly non-integer Telegram Star amount.
Definition at line 64284 of file td_api.h.
◆ starAmount() [1/2]
| td::td_api::starAmount::starAmount |
( |
| ) |
|
Describes a possibly non-integer Telegram Star amount.
◆ starAmount() [2/2]
| td::td_api::starAmount::starAmount |
( |
int53 |
star_count_, |
|
|
int32 |
nanostar_count_ |
|
) |
| |
Describes a possibly non-integer Telegram Star amount.
- Parameters
-
| [in] | star_count_ | The integer Telegram Star amount rounded to 0. |
| [in] | nanostar_count_ | The number of 1/1000000000 shares of Telegram Stars; from -999999999 to 999999999. |
◆ store()
| void td::td_api::starAmount::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.
◆ ID
| const std::int32_t td::td_api::starAmount::ID = 1863216512 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 64313 of file td_api.h.
◆ nanostar_count_
| int32 td::td_api::starAmount::nanostar_count_ |
The number of 1/1000000000 shares of Telegram Stars; from -999999999 to 999999999.
Definition at line 64297 of file td_api.h.
◆ star_count_
| int53 td::td_api::starAmount::star_count_ |
The integer Telegram Star amount rounded to 0.
Definition at line 64295 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