Improved documentation

This commit is contained in:
Wizou 2022-12-12 10:07:07 +01:00
parent eb2577beed
commit aa9c4b532c
7 changed files with 148 additions and 155 deletions

View file

@ -47,7 +47,7 @@ If you run this program again, you will notice that only **api_hash** is request
This is because WTelegramClient saves (typically in the encrypted file **bin\WTelegram.session**) its state
and the authentication keys that were negotiated with Telegram so that you needn't sign-in again every time.
That file path is configurable (session_pathname), and under various circumstances (changing user or server address)
That file path is configurable (**session_pathname**), and under various circumstances (changing user or server address)
you may want to change it or simply delete the existing session file in order to restart the authentification process.
# Non-interactive configuration