1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 16:47:46 +01:00
MadelineProto/old_docs/API_docs_v25/constructors/accountDaysTTL.md

447 B

title description
accountDaysTTL accountDaysTTL attributes, type and example

Constructor: accountDaysTTL

Back to constructors index

Attributes:

Name Type Required
days int Required

Type: AccountDaysTTL

Example:

$accountDaysTTL = ['_' => 'accountDaysTTL', 'days' => int, ];