Releases: flancer32/teq-telegram-bot
Releases · flancer32/teq-telegram-bot
Description and Callback Hanlders Registry
Enhanced Error Handling and Dependency Updates
- 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
- 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
@grammyjs/conversations
is added as a dependency.@teqfw/di
is added as a development dependency.