1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 11:46:55 +01:00
MadelineProto/docs/TD_docs/constructors/accountTtl.md
2017-08-25 14:43:29 +02:00

668 B

title description
accountTtl Contains infotmation about period of inactivity, after which the account of currently logged in user will be automatically deleted

Constructor: accountTtl

Back to constructors index

Contains infotmation about period of inactivity, after which the account of currently logged in user will be automatically deleted

Attributes:

Name Type Required Description
days int Yes Number of days of inactivity before account deletion, should be from 30 up to 366

Type: AccountTtl