docs: fix typo

This commit is contained in:
alina sireneva
2025-02-11 04:24:25 +03:00
parent 89aa79367f
commit 4dcccabdb9

View File

@@ -37,7 +37,7 @@ const tg = new TelegramClient({
apiHash: 'API_HASH'
})
const self = await tg.start({ ... }
const self = await tg.start({ ... })
console.log(`Logged in as ${self.displayName}`)
await tg.sendText('self', html`Hello from <b>MTCute</b>!`)