docs(convert): fixed links in readme
This commit is contained in:
parent
74422df390
commit
b172787da1
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue