mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 01:16:35 +03:00
Mention PhoneNumberUnoccupiedError
parent
afdc4b4e85
commit
ea76355185
2
Home.md
2
Home.md
|
@ -36,6 +36,8 @@ Although Python will probably clean up the resources used by the `TelegramClient
|
||||||
client.disconnect()
|
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
|
## Side notes
|
||||||
|
|
||||||
As a side note, you may come across, or find useful, these lines:
|
As a side note, you may come across, or find useful, these lines:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user