Skip to content

7.5.0

Compare
Choose a tag to compare
@vendelieu vendelieu released this 21 Nov 01:05
· 21 commits to master since this release
e6eda86
  • 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 check String extension function moved to ktgram-utils module.