#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| bool | is_frozen_ |
| | True, if the account is frozen.
|
| |
| int32 | freezing_date_ |
| | Point in time (Unix timestamp) when the account was frozen; 0 if the account isn't frozen.
|
| |
| int32 | deletion_date_ |
| | Point in time (Unix timestamp) when the account will be deleted and can't be unfrozen; 0 if the account isn't frozen.
|
| |
| string | appeal_link_ |
| | The link to open to send an appeal to unfreeze the account.
|
| |
|
| static const std::int32_t | ID = 1692410540 |
| | Identifier uniquely determining a type of the object.
|
| |
The freeze state of the current user's account has changed.
Definition at line 81205 of file td_api.h.
◆ updateFreezeState() [1/2]
| td::td_api::updateFreezeState::updateFreezeState |
( |
| ) |
|
The freeze state of the current user's account has changed.
◆ updateFreezeState() [2/2]
| td::td_api::updateFreezeState::updateFreezeState |
( |
bool |
is_frozen_, |
|
|
int32 |
freezing_date_, |
|
|
int32 |
deletion_date_, |
|
|
string const & |
appeal_link_ |
|
) |
| |
The freeze state of the current user's account has changed.
- Parameters
-
| [in] | is_frozen_ | True, if the account is frozen. |
| [in] | freezing_date_ | Point in time (Unix timestamp) when the account was frozen; 0 if the account isn't frozen. |
| [in] | deletion_date_ | Point in time (Unix timestamp) when the account will be deleted and can't be unfrozen; 0 if the account isn't frozen. |
| [in] | appeal_link_ | The link to open to send an appeal to unfreeze the account. |
◆ store()
| void td::td_api::updateFreezeState::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.
◆ appeal_link_
| string td::td_api::updateFreezeState::appeal_link_ |
The link to open to send an appeal to unfreeze the account.
Definition at line 81222 of file td_api.h.
◆ deletion_date_
| int32 td::td_api::updateFreezeState::deletion_date_ |
Point in time (Unix timestamp) when the account will be deleted and can't be unfrozen; 0 if the account isn't frozen.
Definition at line 81220 of file td_api.h.
◆ freezing_date_
| int32 td::td_api::updateFreezeState::freezing_date_ |
Point in time (Unix timestamp) when the account was frozen; 0 if the account isn't frozen.
Definition at line 81218 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::updateFreezeState::ID = 1692410540 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 81240 of file td_api.h.
◆ is_frozen_
| bool td::td_api::updateFreezeState::is_frozen_ |
True, if the account is frozen.
Definition at line 81216 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