Updated Telegram API in Other Languages (markdown)

penn5 2020-10-16 11:49:16 +01:00
parent fb5fe94562
commit 0df7a2daa3

@ -18,7 +18,8 @@ If you're looking for something like Telethon but in a different programming lan
## Kotlin ## 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 ## Language-Agnostic