Function telepAIr::telegram_client::establish_telegram_connection

source ยท
pub async fn establish_telegram_connection(
    api_id: i32,
    api_hash: String,
) -> Result<(Client, bool), Box<dyn Error>>