Skip to content

Releases: flancer32/teq-telegram-bot

Description and Callback Hanlders Registry

01 Nov 13:49
Compare
Choose a tag to compare
  • Bot description is added to Telegram_Bot_Back_Api_Setup.
  • Added Telegram_Bot_Back_Mod_Handler_Callback_Query_Data for managing inline keyboard callback data with unique
    handler registration and execution.

Enhanced Error Handling and Dependency Updates

24 Oct 09:30
Compare
Choose a tag to compare
  • Added Telegram_Bot_Back_Mod_Bot_Catch class for error handling in the bot.
  • Updated dependencies in package.json for @grammyjs/conversations, grammy, and added version ranges for
    @teqfw/core, @teqfw/di, @teqfw/web, and @teqfw/test.
  • Enhanced constructor logic in Telegram_Bot_Back_Mod_Bot to include error handling.
  • Improved logging logic for incoming messages and error handling in middleware.

Middleware Setup and Logging Enhancements

23 Oct 12:06
Compare
Choose a tag to compare
  • Introduced Telegram_Bot_Back_Api_Factory_Middleware.
  • Added Telegram_Bot_Back_Mod_Mdlwr_Log.
  • Middleware initialization has been added to the initBot method to ensure proper setup before commands and handlers.

New dependencies are added

07 Oct 07:40
Compare
Choose a tag to compare
  • @grammyjs/conversations is added as a dependency.
  • @teqfw/di is added as a development dependency.

Initial

19 Sep 10:53
Compare
Choose a tag to compare
0.1.0

OWN-337 Make a template repo for tg bots