‼️ Experimental Bun support package for mtcute. Includes:
bun:sqlite
)TelegramClient
implementation using the aboveimport { TelegramClient } from '@mtcute/bun'
const tg = new TelegramClient({
apiId: 12345,
apiHash: 'abcdef',
storage: 'my-account'
})
const self = await tg.start()
console.log(`✨ logged in as ${self.displayName}`)