
Check whether phone numbers or usernames belong to Telegram accounts
Source:R/phone_number_checker.R
phone_number_checker.RdThese helpers port the functionality of bellingcat's telegram-phone-number-checker Python tool to R. They use the currently authenticated [TelegramClient] to look up users by phone number (via `ImportContactsRequest` / `DeleteContactsRequest`) or by username (via `client$get_entity()`), and return the public profile fields Telegram returns about the matched user.