aiogram/aiogram/fsm
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
..
storage Add function get_value to BaseStorage (#1594) 2024-11-02 16:48:01 +02:00
__init__.py Dev 3.x flat package (#961) 2022-08-14 01:07:52 +03:00
context.py Add function get_value to BaseStorage (#1594) 2024-11-02 16:48:01 +02:00
middleware.py Added full support of Bot API 7.2 (#1444) 2024-04-22 13:48:49 +03:00
scene.py Add function get_value to BaseStorage (#1594) 2024-11-02 16:48:01 +02:00
state.py Precalculate StateGroup values (#1507) 2024-08-14 02:10:31 +03:00
strategy.py Added FSMStrategy to the documentation 2024-08-14 02:09:31 +03:00