Update README.md
This commit is contained in:
parent
39199f9a5e
commit
34c63cbbc7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ dp.onNewMessage(filters.chat('private'), async (msg) => {
|
||||||
await msg.replyText('hiiii from mtcute! 🌸')
|
await msg.replyText('hiiii from mtcute! 🌸')
|
||||||
})
|
})
|
||||||
|
|
||||||
const self = await tg.start({ /* optional params */ }
|
const self = await tg.start({ /* optional params */ })
|
||||||
console.log(`✨ logged in as ${self.displayName}`)
|
console.log(`✨ logged in as ${self.displayName}`)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue