AccountDaysTTL

class pyrogram.raw.types.AccountDaysTTL

Time to live in days of the current account

Constructor of AccountDaysTTL.

Details:
  • Layer: 223

  • ID: B8D0AFDF

Parameters:

days (int 32-bit) – This account will self-destruct in the specified number of days

Functions:

This object can be returned by 1 function.

account.GetAccountTTL

Get days to live of account

TL Schema

accountDaysTTL#b8d0afdf
days:int

= AccountDaysTTL

Parameter Tree

AccountDaysTTL
└── daysint

Example

AccountDaysTTL(
    days=0,
)