Document the client instance cannot be used after logout

Closes #3780.
This commit is contained in:
Lonami Exo 2022-09-21 12:00:55 +02:00
parent 17516318e6
commit a83fe46baf

View File

@ -595,6 +595,8 @@ class AuthMethods:
"""
Logs out Telegram and deletes the current ``*.session`` file.
The client is unusable after logging out and a new instance should be created.
Returns
`True` if the operation was successful.