
Check whether a single username belongs to a Telegram user
Source:R/phone_number_checker.R
check_username_on_telegram.RdLooks up the username via `client$get_entity()`. Channels and group chats produce an `error` row — this helper is for user accounts only.
Usage
check_username_on_telegram(
client,
username,
download_profile_photo = FALSE,
photo_dir = NULL
)