pub async fn set_account_ttl(
ttl: AccountTtl,
client_id: i32,
) -> Result<(), Error>Expand description
Changes the period of inactivity after which the account of the current user will automatically be deleted
ยงArguments
ttl- New account TTLclient_id- The client id to send the request to