
TelegramBaseClient
TelegramBaseClient.RdLow-level Telegram MTProto client. Most users should use TelegramClient.
Examples
if (FALSE) { # \dontrun{
client <- TelegramClient$new("my_session", api_id = 123, api_hash = "abc")
client$connect()
} # }

TelegramBaseClient.RdLow-level Telegram MTProto client. Most users should use TelegramClient.
if (FALSE) { # \dontrun{
client <- TelegramClient$new("my_session", api_id = 123, api_hash = "abc")
client$connect()
} # }