jTelegramBotAPI
jTelegramBotAPI copied to clipboard
Java Telegram Bot API Wrapper
Hi `jTelegram/jTelegramBotAPI`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.3.72 to 1.6.0. Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.6.0 Changelog Android KT-48019 Bundle Kotlin Tooling Metadata into apk artifacts KT-47733 JVM / IR: Android Synthetic...
Bumps [gson](https://github.com/google/gson) from 2.8.2 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
I run a long-term bot that listen to telegram events and needs to react to them. The problem is that sometimes (usually after some days/weeks of correct work), for some...
The wiki is very sparse in information right now, this makes using the wrapper for the first time extremely difficult. A proper wiki is important in allowing people to use...
This part of the API has yet to be implemented, these are the breakdown of tasks that need to be completed for this feature: - [x] PassportData - [x] EncryptedCredentials...
https://github.com/jTelegram/jTelegramBotAPI/pull/45
Move from okhttp3 to Java's http client
Do some doc cleaning on jtelegraf, and convert the compute calls to computeIfAbsent + add. This is rebased on top of feature/java11, which can be found in PR #39
So I really like the work the Telegraf team has done over here: https://telegraf.js.org/ I think their simple API design is a very strong design choice they have and I...