mirror of
https://github.com/zhigang1992/mtcute.git
synced 2026-01-12 17:32:35 +08:00
docs: fix typo
This commit is contained in:
@@ -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>!`)
|
||||
|
||||
Reference in New Issue
Block a user