Regenerate API

This commit is contained in:
Alex Root Junior 2021-07-05 02:06:50 +03:00
parent 125fc22ff9
commit 02f1d3555e
47 changed files with 810 additions and 87 deletions

View file

@ -0,0 +1,23 @@
########
Storages
########
Storages out of the box
=======================
MemoryStorage
-------------
.. autoclass:: aiogram.dispatcher.fsm.storage.memory.MemoryStorage
:members: __init__, from_url
:member-order: bysource
RedisStorage
------------
.. autoclass:: aiogram.dispatcher.fsm.storage.redis.RedisStorage
:members: __init__, from_url
:member-order: bysource
Writing own storages
====================