diff --git a/Telegram-API-in-Other-Languages.md b/Telegram-API-in-Other-Languages.md index 9ed7da4..788ba77 100644 --- a/Telegram-API-in-Other-Languages.md +++ b/Telegram-API-in-Other-Languages.md @@ -18,7 +18,8 @@ If you're looking for something like Telethon but in a different programming lan ## Kotlin -* [Kotlogram](https://github.com/badoualy/kotlogram) made by [@badoualy](https://github.com/badoualy), a Telegram implementation written in Kotlin (one of the [official](https://blog.jetbrains.com/kotlin/2017/05/kotlin-on-android-now-official/) languages for [Android](https://developer.android.com/kotlin/index.html)). Currently as a beta– yet working. +* [Kotlogram](https://github.com/badoualy/kotlogram) made by [@badoualy](https://github.com/badoualy), a Telegram implementation written in Kotlin (one of the [official](https://blog.jetbrains.com/kotlin/2017/05/kotlin-on-android-now-official/) languages for [Android](https://developer.android.com/kotlin/index.html)). Currently as a beta– yet working. *Not updated since 2017* +* [Telekram](https://gitlab.com/telekram/telekram) made by [@hackintosh5](https://t.me/hackintosh5), is also a Telegram implementation in Kotlin. It's written in Kotlin Multiplatform so can theoretically be ported to JS or any language supporting FFI with not too much effort. API is heavily based on Telethon. Specifically features proper handling of updates, so you will never drop any updates again! ## Language-Agnostic