add root_router
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user