Further clarify the documentation (flood wait, lists and inputs)

This commit is contained in:
Lonami Exo
2018-02-14 14:06:45 +01:00
parent 55bcc29ae0
commit e9dd93f09c
3 changed files with 21 additions and 1 deletions

View File

@@ -95,6 +95,11 @@ is just a matter of taste, and how much control you need.
Remember that you can get yourself at any time with ``client.get_me()``.
.. warning::
Please note that if you fail to login around 5 times (or change the first
parameter of the ``TelegramClient``, which is the session name) you will
receive a ``FloodWaitError`` of around 22 hours, so be careful not to mess
this up! This shouldn't happen if you're doing things as explained, though.
.. note::
If you want to use a **proxy**, you have to `install PySocks`__