I use wtelegramclient library to sign in a telegram account via api
WTelegramClient saves (typically in the encrypted file bin\WTelegram.session) its state and the authentication keys that were negociated with Telegram so that you needn't sign-in again every time.
But I want save with other path name and load it
So How to do it?
Thanks