Interface SetAccountTtl

Changes the period of inactivity after which the account of the current user will automatically be deleted. Request type for Tdjson#setAccountTtl.

interface SetAccountTtl {
    @type: "setAccountTtl";
    ttl: AccountTtl;
}

Properties

Properties

@type: "setAccountTtl"

New account TTL.