Update your profile photo
Examples
if (FALSE) { # \dontrun{
client <- TelegramClient$new("my_session", api_id = 123, api_hash = "abc")
client$connect()
update_profile_photo(client, "photo.jpg")
} # }
Update your profile photo
if (FALSE) { # \dontrun{
client <- TelegramClient$new("my_session", api_id = 123, api_hash = "abc")
client$connect()
update_profile_photo(client, "photo.jpg")
} # }