From 02a2022bbce03e1182d37a2c44c4d032cbd17723 Mon Sep 17 00:00:00 2001 From: sabby Date: Mon, 19 Oct 2020 21:36:10 +0530 Subject: [PATCH] Add docs --- docs/dispatcher/router.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/dispatcher/router.md b/docs/dispatcher/router.md index 39c20fdd..6e200031 100644 --- a/docs/dispatcher/router.md +++ b/docs/dispatcher/router.md @@ -9,6 +9,7 @@ Imports: | Argument | Type | Description | | - | - | - | | `use_builtin_filters` | `#!python3 bool` | Register builtin filters in filters factory. Has no effect when filters is already registered in parent router. (default: `#!python3 True`) | +| `level` | `#!python3 int` | Determines the level of Router in update hierarchy, The least level recieves update first than the highest. (default: `#!python3 0`) Example: ```python3