Skip to content

UpdateFreezeState

Update · TDLib 1.8.67 · d1085f9c

The freeze state of the current user's account has changed

UpdateFreezeState(
  is_frozen: Bool,
  freezing_date: int32,
  deletion_date: int32,
  appeal_link: string
) → Update

is_frozen

Bool

True, if the account is frozen

freezing_date

int32

Point in time (Unix timestamp) when the account was frozen; 0 if the account isn't frozen

deletion_date

int32

Point in time (Unix timestamp) when the account will be deleted and can't be unfrozen; 0 if the account isn't frozen

string

The link to open to send an appeal to unfreeze the account