Hello suppose we do not want to officially register a client on the Telegram website to obtain an api_id and api_hash.
Consider how we could manage our personal account using only the values stored in LocalStorage, such as (dc_auth_key, server_salt, etc.), without having api_id and api_hash.
Is this possible?
Is this legal?