You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(handler): add handler Groups with scoped middleware
Routes now carry their own middleware, applied inside the global middleware.
Group bundles shared predicates and middleware: handlers registered via a group
inherit its predicates as additional guards and its middleware scope. Adds
Group.Use/Handle/OnMessage/OnCallbackQuery/OnCommand. Shared kind predicates are
factored out and reused by Bot.On* and Group.On*.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments