diff --git a/Home.md b/Home.md index 76335e3..ab566f4 100644 --- a/Home.md +++ b/Home.md @@ -19,6 +19,12 @@ if not client.is_user_authorized(): The online documentation for all available requests, types and constructors is available online at https://lonamiwebs.github.io/Telethon/. +Although Python will probably clean up the resources used by the `TelegramClient`, you should always `.disconnect()` it once you're done: + +```python +client.disconnect() +``` + ## Side notes As a side note, you will often encounter these lines: