Alt DC disconnection logged as simple warning

This commit is contained in:
Wizou 2022-12-02 01:42:39 +01:00
parent 76d75a6035
commit 42be950896
8 changed files with 40 additions and 51 deletions

View file

@ -8,7 +8,7 @@ using TL;
// This is an example userbot designed to run on a Heroku account with a PostgreSQL database for session storage
// This userbot simply answer "Pong" when someone sends him a "Ping" private message (or in Saved Messages)
// To use/install/deploy this userbot, follow the steps at the end of this file
// To use/install/deploy this userbot ➡️ follow the steps at the end of this file
// When run locally, close the window or type ALT-F4 to exit cleanly and save session (similar to Heroku SIGTERM)
namespace WTelegramClientTest