MadelineProto/docs/API_docs/constructors/accountDaysTTL.md

18 lines
314 B
Markdown
Raw Normal View History

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