Account Auto-DeletionUSER-ONLY
User Walkthrough 23 of 50
Users can control when an inactive account is automatically deleted.
Getting the Auto-Deletion Period
getAccountTtl lets you get the period in days.
const dayCount = await client.getAccountTtl();
console.log(dayCount);
Setting the Auto-Deletion Period
setAccountTtl accepts the period in days.
await client.setAccountTtl(365);