MadelineProto/old_docs/API_docs_v65/constructors/accountDaysTTL.md
Daniil Gentili 1eb2fc0b4f fix
2017-04-21 13:27:04 +02:00

36 lines
529 B
Markdown

---
title: accountDaysTTL
description: accountDaysTTL attributes, type and example
---
## Constructor: accountDaysTTL
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|days|[int](../types/int.md) | Yes|
### Type: [AccountDaysTTL](../types/AccountDaysTTL.md)
### Example:
```
$accountDaysTTL = ['_' => 'accountDaysTTL', 'days' => int, ];
```
Or, if you're into Lua:
```
accountDaysTTL={_='accountDaysTTL', days=int, }
```