Releases: vendelieu/telegram-bot
Releases · vendelieu/telegram-bot
7.8.0
7.7.1
7.7.0
- Added
ktorJvmEngine
parameter to plugin with option to choose ktor engine. - Added
onHandlerException
for spring starter bot configuration, to cover exceptions thrown by update handler. - Added extension for
String
for escaping formatting,escapeFormatting(parseMode)
,escapeMarkdown
,
escapeMarkdownV2
,escapeHTML
.
7.6.2
7.6.1
7.6.0
7.5.0
- Supported Telegram API 8.0.
- Extend/add annotations for utility handler mechanisms (guard, rateLimits, argParser), add ability to tag a class to
affect all methods within it. - Added
autoAnswer
to@CommandHandler.CallbackQuery
, to answer callback queries automatically before handler. - Logging has been moved to the ktor logging utility (nothing much has changed, just removed some unnecessary
dependencies). WebApp.initData
checkString
extension function moved toktgram-utils
module.
7.4.1
7.4.0
- Supported Telegram API 7.11.
- Removed
onCommand(Regex)
from FunctionalDSL sincecommon
is already covering its case and the functionality was
removed anyway and the feature remained by chance :) - Exposed updates flow
bot.update.flow
[🔬]. - Little improvements to logging process.
- Added
linuxX64
+mingwX64
targets tobotctx-redis
module.