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