mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-13 10:00:54 +03:00
parent
83af705cc8
commit
f65322af18
|
@ -132,7 +132,7 @@ class EntityDatabase:
|
||||||
|
|
||||||
phone = getattr(entity, 'phone', None)
|
phone = getattr(entity, 'phone', None)
|
||||||
if phone:
|
if phone:
|
||||||
self._username_id[phone] = marked_id
|
self._phone_id[phone] = marked_id
|
||||||
|
|
||||||
def _parse_key(self, key):
|
def _parse_key(self, key):
|
||||||
"""Parses the given string, integer or TLObject key into a
|
"""Parses the given string, integer or TLObject key into a
|
||||||
|
|
Loading…
Reference in New Issue
Block a user