#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1649336400 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes an ongoing giveaway.
Definition at line 24159 of file td_api.h.
◆ giveawayInfoOngoing() [1/2]
| td::td_api::giveawayInfoOngoing::giveawayInfoOngoing |
( |
| ) |
|
Describes an ongoing giveaway.
◆ giveawayInfoOngoing() [2/2]
Describes an ongoing giveaway.
- Parameters
-
| [in] | creation_date_ | Point in time (Unix timestamp) when the giveaway was created. |
| [in] | status_ | Status of the current user in the giveaway. |
| [in] | is_ended_ | True, if the giveaway has ended and results are being prepared. |
◆ store()
| void td::td_api::giveawayInfoOngoing::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.
◆ creation_date_
| int32 td::td_api::giveawayInfoOngoing::creation_date_ |
Point in time (Unix timestamp) when the giveaway was created.
Definition at line 24170 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::giveawayInfoOngoing::ID = 1649336400 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 24191 of file td_api.h.
◆ is_ended_
| bool td::td_api::giveawayInfoOngoing::is_ended_ |
True, if the giveaway has ended and results are being prepared.
Definition at line 24174 of file td_api.h.
◆ status_
Status of the current user in the giveaway.
Definition at line 24172 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