0.12.0 ā€¢ Published 4 days ago

@mtcute/node v0.12.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 days ago

@mtcute/node

šŸ“– API Reference

Node.js support package for mtcute. Includes:

  • Support for native crypto addon (must be installed separately, @mtcute/crypto-node)
  • Terminal I/O via readline
  • SQLite storage (via better-sqlite3)
  • TCP transport (via node:net)
  • TelegramClient implementation using the above
  • HTML and Markdown parsers

Usage

import { TelegramClient } from '@mtcute/node'

const tg = new TelegramClient({
    apiId: 12345,
    apiHash: 'abcdef',
    storage: 'my-account'
})

tg.run(async (user) => {
    console.log(`āœØ logged in as ${user.displayName}`)
})
0.12.0

4 days ago

0.11.0

19 days ago

0.10.0

1 month ago

0.9.1

2 months ago

0.9.0

2 months ago

0.8.0

2 months ago

0.7.0

3 months ago

0.5.0

5 months ago

0.6.0

5 months ago

0.4.0

5 months ago

0.3.0

5 months ago

0.2.0

5 months ago

0.1.1

6 months ago

0.1.0

6 months ago