1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Merge pull request #1646 from coder2020official/test_branch

Removed state storages and fixed a typo(for docs)
This commit is contained in:
Badiboy 2022-08-01 13:24:29 +03:00 committed by GitHub
commit 839aced912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 18 deletions

View File

@ -26,15 +26,6 @@ Asyncio filters
:undoc-members: :undoc-members:
:show-inheritance: :show-inheritance:
Asynchronous storage for states
-------------------------------
.. automodule:: telebot.asyncio_storage
:members:
:undoc-members:
:show-inheritance:
Asyncio handler backends Asyncio handler backends
------------------------ ------------------------

View File

@ -21,14 +21,6 @@ custom_filters file
:undoc-members: :undoc-members:
:show-inheritance: :show-inheritance:
Synchronous storage for states
-------------------------------
.. automodule:: telebot.storage
:members:
:undoc-members:
:show-inheritance:
handler_backends file handler_backends file
-------------------------------- --------------------------------
@ -43,7 +35,7 @@ Extensions
.. automodule:: telebot.ext.aio.webhooks .. automodule:: telebot.ext.sync.webhooks
:members: :members:
:undoc-members: :undoc-members:
:show-inheritance: :show-inheritance: