Update your name and/or bio
Examples
if (FALSE) { # \dontrun{
client <- TelegramClient$new("my_session", api_id = 123, api_hash = "abc")
client$connect()
update_profile(client, first_name = "Jane")
} # }
Update your name and/or bio
if (FALSE) { # \dontrun{
client <- TelegramClient$new("my_session", api_id = 123, api_hash = "abc")
client$connect()
update_profile(client, first_name = "Jane")
} # }