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
|
|
@ -18,7 +18,7 @@ NEW! If you're having any trouble setting up webhooks, please check out this ama
|
|||
|
||||
Returns: :obj:`bool`
|
||||
|
||||
.. automodule:: aiogram.api.methods.set_webhook
|
||||
.. automodule:: aiogram.methods.set_webhook
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:special-members: __init__
|
||||
|
|
@ -42,8 +42,8 @@ Method as object
|
|||
Imports:
|
||||
|
||||
- :code:`from aiogram.methods import SetWebhook`
|
||||
- :code:`from aiogram.api.methods import SetWebhook`
|
||||
- :code:`from aiogram.api.methods.set_webhook import SetWebhook`
|
||||
- :code:`from aiogram.methods import SetWebhook`
|
||||
- :code:`from aiogram.methods.set_webhook import SetWebhook`
|
||||
|
||||
In handlers with current bot
|
||||
----------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue