mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
added entry for PyMongoStorage to documentation in fsm.storages
This commit is contained in:
parent
38c1f45d12
commit
7774331ac8
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ RedisStorage
|
|||
MongoStorage
|
||||
------------
|
||||
|
||||
.. autoclass:: aiogram.fsm.storage.pymongo.PyMongoStorage
|
||||
:members: __init__, from_url
|
||||
:member-order: bysource
|
||||
|
||||
.. autoclass:: aiogram.fsm.storage.mongo.MongoStorage
|
||||
:members: __init__, from_url
|
||||
:member-order: bysource
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue