Skip to contents

Low-level Telegram MTProto client. Most users should use TelegramClient.

Usage

TelegramBaseClient

Details

This is an R6 class providing lower-level transport and protocol operations.

Value

An R6 object of class TelegramBaseClient.

See also

Examples

if (FALSE) { # \dontrun{
client <- TelegramClient$new("my_session", api_id = 123, api_hash = "abc")
client$connect()
} # }