Artem Yadelskyi
Artem Yadelskyi
[Standalone Reply](https://github.com/rubenlagus/TelegramBots/wiki/Using-Replies#standalone-reply) - missing semicolon at return and deprecated method `Reply.of(action, Flag.PHOTO) ...` [Usage](https://github.com/rubenlagus/TelegramBots/wiki/State-Machines#usage) and [Complete Example](https://github.com/rubenlagus/TelegramBots/wiki/State-Machines#complete-example) - same deprecated method [Complete Example](https://github.com/rubenlagus/TelegramBots/wiki/State-Machines#complete-example), [More Complex States](https://github.com/rubenlagus/TelegramBots/wiki/State-Machines#more-complex-states) and [Inline Declaration](https://github.com/rubenlagus/TelegramBots/wiki/State-Machines#inline-declaration) -...
### ⭐️ Feature description Add `tu.Messagef` utility for formatted messages ### 🌈 Your view _No response_ ### 🧐 Code example _No response_
### ⭐️ Feature description In case of methods like `deleteWebhook` there is no way to get proper error message in case if result is `true` ``` API response deleteWebhook: Ok:...
### 💬 Telego version v0.15.3 ### 👾 Issue description When using `InlineKeyboardButton` there is no way to use `SwitchInlineQuery` or `SwitchInlineQueryCurrentChat` with empty query. Need to check other places. ###...
### ⭐️ Feature description # [mymmrac.github.io/telego-docs](https://github.com/mymmrac/telego-docs/) Populate documentation with relevant info & examples Docs repo: [mymmrac/telego-docs](https://github.com/mymmrac/telego-docs) ### 🌈 Your view _No response_ ### 🧐 Code example _No response_
### ⭐️ Feature description Make two different flows for master and PRs or fix SonarCloud not being able to run ### 🌈 Your view _No response_ ### 🧐 Code example...
### ⭐️ Feature description Migrate Makefile to [Taskfile](https://taskfile.dev/) ### 🌈 Your view _No response_ ### 🧐 Code example _No response_
Fixes missing `quote` on custom labels, in some places this was already present, but in `charts/actions-runner-controller/templates/_helpers.tpl` it was missing preventing values like `"false"` to be actually inserted into final YAML...