mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Refactor dispatcher. Update docs. Fix tests.
This commit is contained in:
parent
9539c4e2fd
commit
d3b488e16d
290 changed files with 2153 additions and 1780 deletions
|
|
@ -6,7 +6,7 @@ Use this method to remove webhook integration if you decide to switch back to ge
|
|||
|
||||
Returns: :obj:`bool`
|
||||
|
||||
.. automodule:: aiogram.api.methods.delete_webhook
|
||||
.. automodule:: aiogram.methods.delete_webhook
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:special-members: __init__
|
||||
|
|
@ -30,8 +30,8 @@ Method as object
|
|||
Imports:
|
||||
|
||||
- :code:`from aiogram.methods import DeleteWebhook`
|
||||
- :code:`from aiogram.api.methods import DeleteWebhook`
|
||||
- :code:`from aiogram.api.methods.delete_webhook import DeleteWebhook`
|
||||
- :code:`from aiogram.methods import DeleteWebhook`
|
||||
- :code:`from aiogram.methods.delete_webhook import DeleteWebhook`
|
||||
|
||||
In handlers with current bot
|
||||
----------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue