mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:17:46 +01:00
27 lines
447 B
Markdown
27 lines
447 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) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [AccountDaysTTL](../types/AccountDaysTTL.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$accountDaysTTL = ['_' => 'accountDaysTTL', 'days' => int, ];
|
||
|
```
|
||
|
|