* moved WelcomeAttribute to a separate namespace for special case-targetted attribute

* Added "MethodHandlerDescriptor" a class that provides ability to implicitly create handlers from methods that matches the AbstractHandlerAction<T> delegate
* Added extension method for HandlersCollection for adding methods as handlers
This commit is contained in:
2025-08-01 15:03:19 +04:00
parent 6ea58b24da
commit 92add58180
5 changed files with 74 additions and 24 deletions
@@ -1,5 +1,4 @@
using Telegram.Bot.Types.Enums;
using Telegrator.Providers;
using Telegrator.Handlers.Building.Components;
using Telegrator.MadiatorCore;