Mention that the library will by default report RPC errors

Lonami 2017-09-25 11:49:05 +02:00
parent 6ee5f0bd53
commit 8177220b2d

@ -4,6 +4,8 @@ Before opening an issue about how to use the library, **please** make sure you'v
Also please make sure to **read the change log** (over [Releases](https://github.com/LonamiWebs/Telethon/releases)) when you update the library through `pip install --upgrade telethon`, since the library, although has been around for quite a while, may still introduce some breaking changes from time to time which will be listed there.
The library will by default report RPC errors to `rpc.pwrtelegram.xyz`. For more information, please check the [API Status](API-Status) wiki page.
## Why Telethon?
> Why should I bother with Telethon? There are more mature projects already, such as [`telegram-cli`](https://github.com/vysheng/tg) with even (limited) Python support. And we have the [official](https://github.com/telegramdesktop/tdesktop>) [clients](https://github.com/DrKLO/Telegram>)!