aiogram/CHANGES/1431.feature.rst
Arthur Khachaturov 592267dd99
Add function get_value to BaseStorage (#1594)
* Add function `get_value` to all built-in storage implementations, `FSMContext` and `SceneWizard` (#1431)

* Fix type hints

* Split up return statements in `get_value` functions

* Implement `get_value` method in `BaseStorage` and remove redundant implementations
2024-11-02 16:48:01 +02:00

1 line
103 B
ReStructuredText

Add function ``get_value`` to all built-in storage implementations, ``FSMContext`` and ``SceneWizard``