AccountDaysTTL
- class pyrogram.raw.base.AccountDaysTTL
Time-to-live of current account
- Constructors:
This base type has 1 constructor available.
Time to live in days of the current account
- 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,
)