From ea76355185c27c6dc3a5f177a4dc7c138eabe551 Mon Sep 17 00:00:00 2001 From: Lonami Date: Tue, 29 Aug 2017 15:10:27 +0200 Subject: [PATCH] Mention PhoneNumberUnoccupiedError --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index 12fa40e..6495604 100644 --- a/Home.md +++ b/Home.md @@ -36,6 +36,8 @@ Although Python will probably clean up the resources used by the `TelegramClient client.disconnect() ``` +If you get a `PhoneNumberUnoccupiedError` while calling `.sign_in()`, this is because you don't have a Telegram account yet! In this case, use `.sign_up()` instead. + ## Side notes As a side note, you may come across, or find useful, these lines: