telegram-bot
telegram-bot copied to clipboard
Telegram Bot API wrapper with handy Kotlin DSL.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://togithub.com/Kotlin/kotlinx.coroutines) | `1.7.3` -> `1.8.0` | [](https://docs.renovatebot.com/merge-confidence/)...
Add mirror documentation for telegram api methods to make method hints more indicative. All telegram api methods can be found in [api directory](https://github.com/vendelieu/telegram-bot/tree/master/telegram-bot/src/main/kotlin/eu/vendeli/tgbot/api). Also, when copying documentation from telegram api,...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.mockk:mockk](https://mockk.io) ([source](https://togithub.com/mockk/mockk)) | `1.13.10` -> `1.13.11` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.jetbrains.kotlinx.kover | `0.8.1` -> `0.8.2` | [](https://docs.renovatebot.com/merge-confidence/)...
Since `Update` in internal usage is always processed, replace its usage everywhere with `ProcessedUpdate`.
Turn on when https://github.com/gradle/gradle/issues/22779 will be solved.