Check a chat invite link without joining
Examples
if (FALSE) { # \dontrun{
client <- TelegramClient$new("my_session", api_id = 123, api_hash = "abc")
client$connect()
check_invite_link(client, "https://t.me/+xxxx")
} # }
Check a chat invite link without joining
if (FALSE) { # \dontrun{
client <- TelegramClient$new("my_session", api_id = 123, api_hash = "abc")
client$connect()
check_invite_link(client, "https://t.me/+xxxx")
} # }