mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 10:26:53 +00:00
Modified the ".as_" method in the magic filter class to correctly handle values that are interpreted as `False` such as `0`. Previously, the method incorrectly dismissed these valid values. The issue was identified and fixed to ensure correct handling of all valid data inputs. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_auth_widget.py | ||
| test_backoff.py | ||
| test_callback_answer.py | ||
| test_chat_action.py | ||
| test_deep_linking.py | ||
| test_formatting.py | ||
| test_i18n.py | ||
| test_keyboard.py | ||
| test_link.py | ||
| test_magic_filter.py | ||
| test_markdown.py | ||
| test_mixins.py | ||
| test_text_decorations.py | ||
| test_token.py | ||
| test_web_app.py | ||