From 41cb97a460d0cb1ab1c8c2410645448d81424005 Mon Sep 17 00:00:00 2001 From: Lonami Date: Fri, 9 Jun 2017 16:53:45 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 00dc2c9..76335e3 100644 --- a/Home.md +++ b/Home.md @@ -19,10 +19,16 @@ 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/. +## Side notes + As a side note, you will often encounter these lines: ```python from telethon.utils import xyz from telethon.helpers import zyx ``` -The first one `utils` are only utilities, which are not related per se to the Telegram API. On the other hand, the `helpers` are indeed helpers to work with the Telegram API, and to make some tasks less cumbersome. \ No newline at end of file +The first one `utils` are only utilities, which are not related per se to the Telegram API. On the other hand, the `helpers` are indeed helpers to work with the Telegram API, and to make some tasks less cumbersome. + +## Possible problems + +If you ever receive a `PEER_FLOOD` error or aren't able to perform certain requests, it might mean that your account is limited, and there's not much Telethon can do about this. Talk to [@SpamBot](https://t.me/SpamBot) for more information, or refer to the [spam FAQ](https://www.telegram.org/faq_spam). \ No newline at end of file