mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 16:47:46 +01:00
447 B
447 B
title | description |
---|---|
accountDaysTTL | accountDaysTTL attributes, type and example |
Constructor: accountDaysTTL
Attributes:
Name | Type | Required |
---|---|---|
days | int | Required |
Type: AccountDaysTTL
Example:
$accountDaysTTL = ['_' => 'accountDaysTTL', 'days' => int, ];