Be explicit that phone numbers only work if in your contacts

This commit is contained in:
Lonami Exo
2018-12-15 12:04:36 +01:00
parent 932d3bd033
commit 7ee7b43547
4 changed files with 18 additions and 11 deletions
@@ -632,6 +632,7 @@ all the members from a chat first):
for message in client.iter_messages('username'):
...
# Note that for this to work the phone number must be in your contacts
some_id = client.get_peer_id('+34123456789')
The documentation for shown methods are `get_entity