0.12.0 • Published 17 days ago

@mtcute/bun v0.12.0

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

@mtcute/bun

📖 API Reference

‼️ Experimental Bun support package for mtcute. Includes:

  • SQLite storage (based on bun:sqlite)
  • TCP transport (based on Bun-native APIs)
  • TelegramClient implementation using the above
  • HTML and Markdown parsers

Usage

import { TelegramClient } from '@mtcute/bun'

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

17 days ago

0.11.0

1 month ago

0.10.0

2 months ago

0.9.1

2 months ago

0.9.0

2 months ago