--- title: accountDaysTTL description: Account TTL in days image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: accountDaysTTL [Back to constructors index](index.md) Account TTL in days ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |days|[int](../types/int.md) | Yes|Days| ### Type: [AccountDaysTTL](../types/AccountDaysTTL.md) ### Example: ```php $accountDaysTTL = ['_' => 'accountDaysTTL', 'days' => int]; ``` Or, if you're into Lua: ```lua accountDaysTTL={_='accountDaysTTL', days=int} ```