MadelineProto/docs/API_docs/constructors/accountDaysTTL.md
2016-12-20 13:15:22 +01:00

24 lines
385 B
Markdown

---
title: accountDaysTTL
---
## Constructor: accountDaysTTL
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|days|[int](../types/int.md) | Required|
### Type: [AccountDaysTTL](../types/AccountDaysTTL.md)
### Example:
```
$accountDaysTTL = ['_' => accountDaysTTL', 'days' => int, ];
```