Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Add link to TDLib
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Sep 3, 2023
1 parent d78d7c2 commit 7429fb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ API.

## MTKruto vs. TDLib

TDLib is the official client library for the Telegram API. It is ideal,
cross-platform, and contains everything required to build fully-featured
Telegram clients, be it native graphical apps, web apps, or bots. Inside
JavaScript runtimes, TDLib can be used either as a Wasm module, or imported as a
dynamic library to use its FFI.
[TDLib](https://core.telegram.org/tdlib) is the official client library for the
Telegram API. It is ideal, cross-platform, and contains everything required to
build fully-featured Telegram clients, be it native graphical apps, web apps, or
bots. Inside JavaScript runtimes, TDLib can be used either as a Wasm module, or
imported as a dynamic library to use its FFI.

TDLib focuses on getting the most out of the platform it runs on, while MTKruto
focuses on getting the most out of the JavaScript runtime it runs on. MTKruto
Expand Down

0 comments on commit 7429fb2

Please sign in to comment.