teleproto - v1.229.0
    Preparing search index...

    Interface AccountDaysTTLIn

    interface AccountDaysTTLIn {
        _?: "accountDaysTTL";
        days: number;
    }
    Index
    _?: "accountDaysTTL"
    days: number