AccountDaysTTL
- class pyrogram.raw.types.AccountDaysTTL
Time to live in days of the current account
Constructor of
AccountDaysTTL.- Details:
Layer:
223ID:
B8D0AFDF
- Parameters:
days (
int32-bit) – This account will self-destruct in the specified number of days
- Functions:
This object can be returned by 1 function.
Get days to live of account
TL Schema
accountDaysTTL#b8d0afdf
days:int
= AccountDaysTTL
Parameter Tree
AccountDaysTTL
└── days →
intExample
AccountDaysTTL(
days=0,
)