在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):badoualy/kotlogram开源软件地址(OpenSource Url):https://github.com/badoualy/kotlogram开源编程语言(OpenSource Language):Java 91.8%开源软件介绍(OpenSource Introduction):Easy to use and straightforward Kotlin and Java binding of Telegram API. The project is coded in Kotlin, with some classes (mostly legacy classes) in Java Current layer: 66http://kotlogram.badoualy.comDocumentation@Kotlin, what is that, I don't know this language!Don't worry, Kotlin is a JVM language just like Java and Scala, and is fully interoperable with Java! You can use this as a standard Java Library. Kotlogram uses Kotlin to improve the usability of the lib. The TL Language used by Telegram's protocol as used requires a lot of boilerplate code when modeled in a language like Java. To be more developer-friendly, the lib includes a lot of utils in the form of Kotlin extension functions and properties. TODO list
Important notesThis documentation's only purpose is to explain how the library works, and how to use it. Telegram documentation is sadly completely outdated and not of any use. Probably at some point in the future they'll either close the public API, or release new documentation (I'm hoping for the latter).
But this documentation will not explain how to use their API, like how to get messages older than the date UsageDependencyFirst, add JitPack to your project if that's not already the case, in your repositories {
// ...
maven { url "https://jitpack.io" }
} Then add the library dependency: compile 'com.github.badoualy:kotlogram:1.0.0-RC3' Licence
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论