bellingcat / telegram-phone-number-checker

Check if phone numbers are connected to Telegram accounts.
https://pypi.org/project/telegram-phone-number-checker/
MIT License
1.02k stars 172 forks source link

Fix missing info #17

Closed GalenReich closed 4 months ago

GalenReich commented 4 months ago

When refactoring in #15 I accidentally swapped from using the deleted contact object to the object returned when you import a contact. This reduced the information available to the client.

This PR reverses that, and closes #14