docs(convert): fixed links in readme

This commit is contained in:
Alina Sireneva 2024-03-07 12:25:09 +03:00 committed by GitHub
parent 74422df390
commit b172787da1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ const client = new TelegramClient({ ... })
await client.importSession(convertFromTelethonSession("...")) await client.importSession(convertFromTelethonSession("..."))
``` ```
## [Pyrogram](https://github.com/gram-js/gramjs) ## [Pyrogram](https://github.com/pyrogram/pyrogram)
```ts ```ts
import { convertFromPyrogramSession } from '@mtcute/convert' import { convertFromPyrogramSession } from '@mtcute/convert'
@ -27,7 +27,7 @@ const client = new TelegramClient({ ... })
await client.importSession(convertFromPyrogramSession("...")) await client.importSession(convertFromPyrogramSession("..."))
``` ```
## GramJS ## [GramJS](https://github.com/gram-js/gramjs)
```ts ```ts
import { convertFromGramjsSession } from '@mtcute/convert' import { convertFromGramjsSession } from '@mtcute/convert'