add root_router

This commit is contained in:
Alexander Kalinovsky
2025-02-06 21:44:59 +01:00
parent 329c1361a2
commit 86d6eef435
2 changed files with 3 additions and 1 deletions

View File

@@ -20,7 +20,6 @@ class Router:
name: str,
caption: str | dict[str, str] | None = None,
pre_check: Callable[[Union[Message, CallbackQuery], Any], bool] | None = None,
# handle_message: bool = False,
show_in_bot_commands: bool = False,
register_navigation: bool = True,
clear_navigation: bool = False,