1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 09:36:54 +01:00
MadelineProto/docs/TD_docs/methods/changeAccountTtl.md
2017-08-25 14:43:29 +02:00

23 lines
609 B
Markdown

---
title: changeAccountTtl
description: Changes period of inactivity, after which the account of currently logged in user will be automatically deleted
---
## Method: changeAccountTtl
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes period of inactivity, after which the account of currently logged in user will be automatically deleted
### Params:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|ttl|[accountTtl](../types/accountTtl.md) | Yes|New account TTL|
### Return type: [Ok](../types/Ok.md)