diff options
| author | levlam <levlam@telegram.org> | 2026-04-14 14:09:49 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-04-14 14:09:49 +0300 |
| commit | f3713bba00d08385e4361d79a73dab55213e8ca9 (patch) | |
| tree | 74e9871e2b5af1e8a90e924e88499baf9025f4bf | |
| parent | 3bde4782c37884bae7484f7f9d4e973ae435f8eb (diff) | |
Add g000sha256/tdl-coroutines to the list of examples.
| -rw-r--r-- | example/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/example/README.md b/example/README.md index 31eefb1c5..9876d3a3b 100644 --- a/example/README.md +++ b/example/README.md @@ -107,10 +107,12 @@ See [example/android](https://github.com/tdlib/td/tree/master/example/android) f TDLib can be used from the Kotlin/JVM programming language through same way as in [Java](#java). -You can also use [ktd](https://github.com/whyoleg/ktd) library with Kotlin-specific bindings. +See [tdl-coroutines](https://github.com/g000sha256/tdl-coroutines) - Kotlin Multiplatform coroutine-based wrapper for TDLib. See also [td-ktx](https://github.com/tdlibx/td-ktx) - Kotlin coroutines wrapper for TDLib. +You can also use [ktd](https://github.com/whyoleg/ktd) library with Kotlin-specific bindings. + Also, see [Monogram](https://github.com/monogram-android/monogram), which is an unofficial Telegram client for Android built with Jetpack Compose and Material Design 3. <a name="csharp"></a> |
