MadelineProto/docs/TD_docs/constructors/accountTtl.md

23 lines
672 B
Markdown
Raw Normal View History

---
title: accountTtl
2017-08-25 15:05:53 +02:00
description: Contains information about period of inactivity, after which the account of currently logged in user will be automatically deleted
---
## Constructor: accountTtl
[Back to constructors index](index.md)
2017-08-25 15:05:53 +02:00
Contains information about period of inactivity, after which the account of currently logged in user will be automatically deleted
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2017-08-25 15:05:53 +02:00
|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)