Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 256 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 256 Bytes

tdl-binary

Telegram library compiled for Ubuntu

Usage

const getBinaryPath = require('tdl-binary')

const Client = require('tdl').Client
const client = new Client({
  apiId: __API_ID__,
  apiHash: __API_HASH__,
  binaryPath: getBinaryPath()
})