tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::updateFreezeState Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::updateFreezeState:
td::td_api::Update td::td_api::Object td::TlObject

Public Member Functions

 updateFreezeState ()
 
 updateFreezeState (bool is_frozen_, int32 freezing_date_, int32 deletion_date_, string const &appeal_link_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

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&#x27;t frozen.
 
int32 deletion_date_
 Point in time (Unix timestamp) when the account will be deleted and can&#x27;t be unfrozen; 0 if the account isn&#x27;t frozen.
 
string appeal_link_
 The link to open to send an appeal to unfreeze the account.
 

Static Public Attributes

static const std::int32_t ID = 1692410540
 Identifier uniquely determining a type of the object.
 

Detailed Description

The freeze state of the current user&#x27;s account has changed.

Definition at line 81205 of file td_api.h.

Constructor & Destructor Documentation

◆ updateFreezeState() [1/2]

td::td_api::updateFreezeState::updateFreezeState ( )

The freeze state of the current user&#x27;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&#x27;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&#x27;t frozen.
[in]deletion_date_Point in time (Unix timestamp) when the account will be deleted and can&#x27;t be unfrozen; 0 if the account isn&#x27;t frozen.
[in]appeal_link_The link to open to send an appeal to unfreeze the account.

Member Function Documentation

◆ 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]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ 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&#x27;t be unfrozen; 0 if the account isn&#x27;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&#x27;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: