MadelineProto/docs/API_docs/constructors/accountDaysTTL.md

15 lines
311 B
Markdown
Raw Normal View History

## Constructor: accountDaysTTL
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|days|[int](../types/int.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[AccountDaysTTL](../types/AccountDaysTTL.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$accountDaysTTL = ['_' => accountDaysTTL', 'days' => int, ];
```