telegram-bot icon indicating copy to clipboard operation
telegram-bot copied to clipboard

Telegram Bot API wrapper with handy Kotlin DSL.

Results 12 telegram-bot issues
Sort by recently updated
recently updated
newest added

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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx:kotlinx-coroutines-core/1.8.0?slim=true)](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,...

documentation
help wanted
hacktoberfest

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx.kover/0.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Since `Update` in internal usage is always processed, replace its usage everywhere with `ProcessedUpdate`.

enhancement

Turn on when https://github.com/gradle/gradle/issues/22779 will be solved.

enhancement
blocked

Need to add basic tests.

enhancement
help wanted

Add shortcut method for sendOrUpdate flow

enhancement

Add some flow to handle input listening in chats

enhancement