#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -277859441 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a prepaid giveaway.
Definition at line 55060 of file td_api.h.
◆ prepaidGiveaway() [1/2]
| td::td_api::prepaidGiveaway::prepaidGiveaway |
( |
| ) |
|
Describes a prepaid giveaway.
◆ prepaidGiveaway() [2/2]
Describes a prepaid giveaway.
- Parameters
-
| [in] | id_ | Unique identifier of the prepaid giveaway. |
| [in] | winner_count_ | Number of users which will receive giveaway prize. |
| [in] | prize_ | Prize of the giveaway. |
| [in] | boost_count_ | The number of boosts received by the chat from the giveaway; for Telegram Star giveaways only. |
| [in] | payment_date_ | Point in time (Unix timestamp) when the giveaway was paid. |
◆ store()
| void td::td_api::prepaidGiveaway::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.
◆ boost_count_
| int32 td::td_api::prepaidGiveaway::boost_count_ |
The number of boosts received by the chat from the giveaway; for Telegram Star giveaways only.
Definition at line 55077 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::prepaidGiveaway::ID = -277859441 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 55098 of file td_api.h.
◆ id_
| int64 td::td_api::prepaidGiveaway::id_ |
Unique identifier of the prepaid giveaway.
Definition at line 55071 of file td_api.h.
◆ payment_date_
| int32 td::td_api::prepaidGiveaway::payment_date_ |
Point in time (Unix timestamp) when the giveaway was paid.
Definition at line 55079 of file td_api.h.
◆ prize_
Prize of the giveaway.
Definition at line 55075 of file td_api.h.
◆ winner_count_
| int32 td::td_api::prepaidGiveaway::winner_count_ |
Number of users which will receive giveaway prize.
Definition at line 55073 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