From 8177220b2d1adfb503394b25a34b4bc8291fd258 Mon Sep 17 00:00:00 2001 From: Lonami Date: Mon, 25 Sep 2017 11:49:05 +0200 Subject: [PATCH] Mention that the library will by default report RPC errors --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index bfb616b..a3b6305 100644 --- a/Home.md +++ b/Home.md @@ -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>)!