MadelineProtoDocs/docs/TD_docs/constructors/accountTtl.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

24 lines
745 B
Markdown

---
title: accountTtl
description: Contains information about period of inactivity, after which the account of currently logged in user will be automatically deleted
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: accountTtl
[Back to constructors index](index.md)
Contains information about period of inactivity, after which the account of currently logged in user will be automatically deleted
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|days|[int](../types/int.md) | Yes|Number of days of inactivity before account deletion, should be from 30 and up to 366|
### Type: [AccountTtl](../types/AccountTtl.md)