From 69c2e1282f7717c91226c66aee935ae96a209504 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 10 Sep 2023 22:42:32 +0300 Subject: [PATCH] Update filtering docs page --- docs/dispatcher/filters/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dispatcher/filters/index.rst b/docs/dispatcher/filters/index.rst index 33442ec8..795cb4f3 100644 --- a/docs/dispatcher/filters/index.rst +++ b/docs/dispatcher/filters/index.rst @@ -6,8 +6,9 @@ Filtering events Filters is needed for routing updates to the specific handler. Searching of handler is always stops on first match set of filters are pass. +By default, all handlers has empty set of filters, so all updates will be passed to first handler that has empty set of filters. -*aiogram* has some builtin useful filters. +*aiogram* has some builtin useful filters or you can write own filters. Builtin filters ===============