mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 01:16:35 +03:00
Updated Home (markdown)
parent
91b6885a93
commit
41cb97a460
6
Home.md
6
Home.md
|
@ -19,6 +19,8 @@ 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/.
|
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:
|
As a side note, you will often encounter these lines:
|
||||||
```python
|
```python
|
||||||
from telethon.utils import xyz
|
from telethon.utils import xyz
|
||||||
|
@ -26,3 +28,7 @@ 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.
|
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).
|
Loading…
Reference in New Issue
Block a user