From 0df7a2daa39b082d235c9eb0f80deac9ba0dc6d8 Mon Sep 17 00:00:00 2001 From: penn5 Date: Fri, 16 Oct 2020 11:49:16 +0100 Subject: [PATCH] Updated Telegram API in Other Languages (markdown) --- Telegram-API-in-Other-Languages.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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